blob: 3f1b7e9bdfe56fa88b818144917f58b0b295fd3b (
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.5.4
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>
|