svn commit: r405412 - head/security/py-trustedpickle

Martin Wilke miwi at FreeBSD.org
Thu Jan 7 11:08:18 UTC 2016


Author: miwi
Date: Thu Jan  7 11:08:16 2016
New Revision: 405412
URL: https://svnweb.freebsd.org/changeset/ports/405412

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/security/py-trustedpickle/Makefile

Modified: head/security/py-trustedpickle/Makefile
==============================================================================
--- head/security/py-trustedpickle/Makefile	Thu Jan  7 11:07:28 2016	(r405411)
+++ head/security/py-trustedpickle/Makefile	Thu Jan  7 11:08:16 2016	(r405412)
@@ -11,7 +11,10 @@ DISTNAME=	TrustedPickle
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	TrustedPickle is a Python (de)Pickler with a way to verify the data
 
+LICENSE=	BSD2CLAUSE
+
 USES=		dos2unix python tar:tgz
+NO_ARCH=	yes
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/TrustedPickle.py \
 		%%PYTHON_SITELIBDIR%%/TrustedPickle.pyc \


More information about the svn-ports-head mailing list