2013-05-29 07:23:13 +02:00
|
|
|
# Created by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= authres
|
2013-08-12 09:55:13 +02:00
|
|
|
PORTVERSION= 0.602
|
2013-05-29 07:23:13 +02:00
|
|
|
CATEGORIES= mail python
|
2013-08-12 09:55:13 +02:00
|
|
|
MASTER_SITES= http://launchpad.net/authentication-results-python/trunk/0.602/+download/
|
2013-05-29 07:23:13 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yasu@utahime.org
|
|
|
|
COMMENT= Python module for RFC 5451 Authentication-Results headers
|
|
|
|
|
|
|
|
LICENSE= AL2
|
|
|
|
|
|
|
|
USE_PYTHON= 2.6+
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
PLIST_SUB+= PORTNAME=${PORTNAME}
|
|
|
|
|
|
|
|
FETCH_ARGS= -pRr
|
|
|
|
|
|
|
|
PORTDOCS= CHANGES README
|
|
|
|
|
2013-09-20 21:59:12 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-29 07:23:13 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${DOCSDIR}/
|
|
|
|
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|