Convert to USES=pgsql and USES=python

This commit is contained in:
Baptiste Daroussin 2014-10-08 17:16:33 +00:00
parent 6ec4780fb7
commit d72235df58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370468

View File

@ -13,9 +13,8 @@ COMMENT= Python DB-API 2 compliant library for using PostgreSQL databases
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
USE_PGSQL= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= pgsql python
USE_PYTHON= distutils
DOCS= Announce ChangeLog README README.html
EXAMPLES= examples/*.py