freebsd-ports/databases/py-firebirdsql/Makefile
Frederic Culot 6fa74c8b5c - Update to 0.4.2
PR:		ports/157977
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2011-06-18 08:21:54 +00:00

20 lines
416 B
Makefile

# New ports collection makefile for: py-firebirdsql
# Date created: 2011-04-11
# Whom: Jose Jachuf <jjachuf@gmail.com>
#
# $FreeBSD$
#
PORTNAME= firebirdsql
PORTVERSION= 0.4.2
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>