freebsd-ports/mail/py-dkimpy/Makefile
Wen Heping b20a06fd59 Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides helper scripts for command
line signing and verification.

WWW: https://launchpad.net/dkimpy

PR:		198982
Submitted by:	ports@caomhin.org
2015-05-07 00:52:23 +00:00

18 lines
420 B
Makefile

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