freebsd-ports/databases/py-firebirdsql/Makefile
Ruslan Makhmatkhanov 7bc91471e8 - update to 0.6.6
PR:		166434
Submitted by:	Jose Jachuf <jjachuf at gmail dot com> (maintainer)
Feature safe:	yes
2012-03-27 20:24:34 +00:00

23 lines
446 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.6.6
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Python DBAPI module for FirebirdSQL
LICENSE= BSD
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>