aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box-Parser-C/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-03 14:10:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-03 14:10:09 +0000
commite57b26696146bbc1e6f28395b1c2558b99d76953 (patch)
treec1c2e0e0ca9f7a9714a44941ca3d56cc17a63184 /mail/p5-Mail-Box-Parser-C/Makefile
parent9dbff9c4dcac83f891d7a33e31bea5f35ba39d65 (diff)
Notes
Diffstat (limited to 'mail/p5-Mail-Box-Parser-C/Makefile')
-rw-r--r--mail/p5-Mail-Box-Parser-C/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/p5-Mail-Box-Parser-C/Makefile b/mail/p5-Mail-Box-Parser-C/Makefile
index 38009c2d08f3..b11e00c80091 100644
--- a/mail/p5-Mail-Box-Parser-C/Makefile
+++ b/mail/p5-Mail-Box-Parser-C/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Mail-Box-Parser-C
-PORTVERSION= 3.007
-PORTREVISION= 1
+PORTVERSION= 3.008
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,10 +10,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parsing folders for Mail::Box with C routines
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= p5-Mail-Box>=0:mail/p5-Mail-Box
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mail/Box/Parser/C/C.so
+
.include <bsd.port.mk>