diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-09-13 03:33:45 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-09-13 03:33:45 +0000 |
commit | 157e1d3179299f751b640cc7e9dbdd6b82875dae (patch) | |
tree | de1a73e610bfdded7adcbd39036613d24048eeb2 /mail/py-dkimpy | |
parent | - Update to 0.3.5 (diff) |
- Add LICENSE and NO_ARCH
PR: 202828
Submitted by: ports@caomhin.org(maintainer)
Diffstat (limited to 'mail/py-dkimpy')
-rw-r--r-- | mail/py-dkimpy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/py-dkimpy/Makefile b/mail/py-dkimpy/Makefile index 3bf45a5253bc..3f1b7e9bdfe5 100644 --- a/mail/py-dkimpy/Makefile +++ b/mail/py-dkimpy/Makefile @@ -10,8 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@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 |