1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/mail/py-dkimpy/Makefile
Tobias Kortkamp 6c913a4ba2 Update to 0.6.1
Changes:	http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/131/ChangeLog
PR:	217277
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9704
2017-02-22 15:39:21 +00:00

23 lines
439 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= dkimpy
PORTVERSION= 0.6.1
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Python library for DKIM email signing and verification
LICENSE= ZLIB
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:dns/py-dns
NO_ARCH= yes
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>