diff options
-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> |