diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 02:35:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 02:35:59 +0000 |
commit | d4d639aac7231bd53788eca9bf49431322a8a8be (patch) | |
tree | 4ded0569b7b55f3baa47e8050ec71799e53ef337 /databases/py-PyGreSQL/Makefile | |
parent | Back out previous commit. This can wait the end of ports freeze. (diff) |
Remove pkg-comment from the remaining special cases.
Approved by: portmgr (implicitly)
Notes
Notes:
svn path=/head/; revision=77043
Diffstat (limited to 'databases/py-PyGreSQL/Makefile')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 54a5cff397af..c442cc236e2c 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -11,6 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} POSTGRESQL_SUBPORT= YES .include <${.CURDIR}/../postgresql7/Makefile> +COMMENT= A Python interface to PostgreSQL, including a DP-API 2.0 wrapper BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base |