1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/mail/py-authres/Makefile
Bartek Rutkowski 91bf507842 mail/py-authres: update 0.602 -> 0.701
PR:		194372
Submitted by:	Yasushiro Kimura <yasu@utahime.org>
Approved by:	mentors (implicit)
2014-11-05 12:36:32 +00:00

29 lines
623 B
Makefile

# Created by: Yasuhiro KIMURA <yasu@utahime.org>
# $FreeBSD$
PORTNAME= authres
PORTVERSION= 0.701
CATEGORIES= mail python
MASTER_SITES= http://launchpad.net/authentication-results-python/0.700/0.701/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yasu@utahime.org
COMMENT= Python module for RFC 5451 Authentication-Results headers
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils
PLIST_SUB+= PORTNAME=${PORTNAME}
PORTDOCS= CHANGES README
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>