diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-05-12 17:58:25 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-05-12 17:58:25 +0000 |
commit | 821bb24c551851369b8c3fc7be9c3dff493e62f0 (patch) | |
tree | 67b9b17e98b2a7cdb91671d11e7cd4acb2ed7290 /databases/py-dbf | |
parent | Fix LICENSE for devel/py-simpy. (diff) |
Stagify databases/py-dbf.
- Add stage support
- Add LICENSE=BSD3CLAUSE (see ${WORKDIR}/dbf.py)
PR: ports/188608
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=353884
Diffstat (limited to 'databases/py-dbf')
-rw-r--r-- | databases/py-dbf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile index cd1d4b0af477..116874e99ff3 100644 --- a/databases/py-dbf/Makefile +++ b/databases/py-dbf/Makefile @@ -10,9 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Pure python package for reading/writing dbf files +LICENSE= BSD3CLAUSE + USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes .include <bsd.port.mk> |