blob: 103eaa8bbe0eb14e084ad7fb923b62c402d494d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: py-firebirdsql
# Date created: 2011-04-11
# Whom: Jose Jachuf <jjachuf@gmail.com>
#
# $FreeBSD$
#
PORTNAME= firebirdsql
PORTVERSION= 0.4.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Python DBAPI module for FirebirdSQL
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|