mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
0f59cbeda2
Changes: 2015-12-07 Verion 0.5.6 * Brown paper bag release, 0.5.5 tarball inadvertently included pyc files and other artifacts from development 2015-12-07 Version 0.5.5 * Fix and test case for case insensitive subdomain matching. * Python3 compatibility fixes and test cases thanks to Diane Trout PR: 205128 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
23 lines
449 B
Makefile
23 lines
449 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dkimpy
|
|
PORTVERSION= 0.5.6
|
|
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:${PORTSDIR}/dns/py-dns
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|