diff options
author | ade <ade@FreeBSD.org> | 2003-03-07 10:35:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-07 10:35:59 +0800 |
commit | 6ed55fa4b9abf2828197700eca114e2d212cea52 (patch) | |
tree | b6183d6919be2f97087acc84c9ad6c0bd5d6b5b3 /databases/py-PyGreSQL/Makefile | |
parent | c11dd5b522956c32bd1efb2eafe0ca1727264c91 (diff) | |
download | freebsd-ports-gnome-6ed55fa4b9abf2828197700eca114e2d212cea52.tar.gz freebsd-ports-gnome-6ed55fa4b9abf2828197700eca114e2d212cea52.tar.zst freebsd-ports-gnome-6ed55fa4b9abf2828197700eca114e2d212cea52.zip |
Remove pkg-comment from the remaining special cases.
Approved by: portmgr (implicitly)
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 |