mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
b213dde60e
PR: 201689 Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
29 lines
630 B
Makefile
29 lines
630 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= 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>
|