blob: fdd60d2a004ce4ff56362ed375b0fedd8a19e1e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= authres
PORTVERSION= 1.2.0
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yasu@FreeBSD.org
COMMENT= Python module for RFC 5451 Authentication-Results headers
WWW= https://launchpad.net/authentication-results-python/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PLIST_SUB= PORTNAME=${PORTNAME}
PORTDOCS= CHANGES README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|