blob: 4405e9318d3afd594f4209bee644a5390d1b3264 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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@${FLAVOR}
NO_ARCH= yes
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|