freebsd-ports/mail/py-authres/Makefile
Sunpoet Po-Chuan Hsieh 3a88662d26 - Use USE_PYTHON=autoplist to fix packaging when DEFAULT_VERSIONS=python=3.*
- Allow concurrent installation (USE_PYTHON=concurrent)
- While I'm here, convert to new options target helper

PR:		205745
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2016-01-01 08:07:19 +00:00

28 lines
659 B
Makefile

# Created by: Yasuhiro KIMURA <yasu@utahime.org>
# $FreeBSD$
PORTNAME= authres
PORTVERSION= 0.800
CATEGORIES= mail python
MASTER_SITES= http://launchpad.net/authentication-results-python/${PORTVERSION}/0.8/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yasu@utahime.org
COMMENT= Python module for RFC 5451 Authentication-Results headers
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist concurrent distutils
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>