diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 16:25:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 16:25:08 +0800 |
commit | b0096753986d4fc9f31bd67242eb2e8ebabba923 (patch) | |
tree | 304e13e03769c3d945bcee047fc5fe5837759c08 /databases | |
parent | 008445f8a0a0cd00282fe1e8765282c80b1d350d (diff) | |
download | freebsd-ports-gnome-b0096753986d4fc9f31bd67242eb2e8ebabba923.tar.gz freebsd-ports-gnome-b0096753986d4fc9f31bd67242eb2e8ebabba923.tar.zst freebsd-ports-gnome-b0096753986d4fc9f31bd67242eb2e8ebabba923.zip |
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-gdbm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 43dd006dc3a5..d095076a0c77 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -8,18 +8,20 @@ CATEGORIES= databases python MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PYTHON_DISTFILE} +DISTNAME= ${PYTHON_DISTNAME} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings to the GNU dbm library +LICENSE= PSFL + LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm PORTSCOUT= ignore:1 USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_XZ= yes +USES= tar:xz DIST_SUBDIR= python DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo |