svn commit: r396794 - head/mail/py-dkimpy

Wen Heping wen at FreeBSD.org
Sun Sep 13 03:33:46 UTC 2015


Author: wen
Date: Sun Sep 13 03:33:45 2015
New Revision: 396794
URL: https://svnweb.freebsd.org/changeset/ports/396794

Log:
  - Add LICENSE and NO_ARCH
  
  PR:		202828
  Submitted by:	ports at caomhin.org(maintainer)

Modified:
  head/mail/py-dkimpy/Makefile

Modified: head/mail/py-dkimpy/Makefile
==============================================================================
--- head/mail/py-dkimpy/Makefile	Sun Sep 13 03:24:59 2015	(r396793)
+++ head/mail/py-dkimpy/Makefile	Sun Sep 13 03:33:45 2015	(r396794)
@@ -10,8 +10,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at caomhin.org
 COMMENT=	Python library for DKIM email signing and verification
 
+LICENSE=	ZLIB
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns
 
+NO_ARCH=	yes
+
 USES=		python:2
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-all mailing list