diff options
author | wen <wen@FreeBSD.org> | 2015-09-13 11:33:45 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-09-13 11:33:45 +0800 |
commit | 3643ec7f8603b5186b733ed2416abb14526d8531 (patch) | |
tree | de1a73e610bfdded7adcbd39036613d24048eeb2 /mail | |
parent | 041a5f8f330f0932b00654b75e4dacfc5982dbfa (diff) | |
download | freebsd-ports-gnome-3643ec7f8603b5186b733ed2416abb14526d8531.tar.gz freebsd-ports-gnome-3643ec7f8603b5186b733ed2416abb14526d8531.tar.zst freebsd-ports-gnome-3643ec7f8603b5186b733ed2416abb14526d8531.zip |
- Add LICENSE and NO_ARCH
PR: 202828
Submitted by: ports@caomhin.org(maintainer)
Diffstat (limited to 'mail')
-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 |