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)
This commit is contained in:
David Naylor 2014-05-12 17:58:25 +00:00
parent 65d8be60c1
commit 821bb24c55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353884

View file

@ -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>