svn commit: r353884 - head/databases/py-dbf

David Naylor dbn at FreeBSD.org
Mon May 12 17:58:26 UTC 2014


Author: dbn
Date: Mon May 12 17:58:25 2014
New Revision: 353884
URL: http://svnweb.freebsd.org/changeset/ports/353884
QAT: https://qat.redports.org/buildarchive/r353884/

Log:
  Stagify databases/py-dbf.
  
   - Add stage support
   - Add LICENSE=BSD3CLAUSE (see ${WORKDIR}/dbf.py)
  
  PR:		ports/188608
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr (implicit)

Modified:
  head/databases/py-dbf/Makefile

Modified: head/databases/py-dbf/Makefile
==============================================================================
--- head/databases/py-dbf/Makefile	Mon May 12 17:55:15 2014	(r353883)
+++ head/databases/py-dbf/Makefile	Mon May 12 17:58:25 2014	(r353884)
@@ -10,9 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen at 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>


More information about the svn-ports-all mailing list