aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ciso8601/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ciso8601/Makefile')
-rw-r--r--devel/py-ciso8601/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-ciso8601/Makefile b/devel/py-ciso8601/Makefile
index 4de30d2ac9cf..597843b4ad0d 100644
--- a/devel/py-ciso8601/Makefile
+++ b/devel/py-ciso8601/Makefile
@@ -1,10 +1,11 @@
PORTNAME= ciso8601
DISTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= rozhuk.im@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Fast ISO8601 date time parser for Python written in C
LICENSE= MIT
@@ -13,4 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ciso8601*.so
+
.include <bsd.port.mk>