diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-03 22:10:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-03 22:10:09 +0800 |
commit | 0b8b6801b0b1327f86db8571f08d0cd27c97d5bf (patch) | |
tree | c1c2e0e0ca9f7a9714a44941ca3d56cc17a63184 /mail | |
parent | 5463ff54b93b0ad5a3915c2f95b370a9faa20233 (diff) | |
download | freebsd-ports-gnome-0b8b6801b0b1327f86db8571f08d0cd27c97d5bf.tar.gz freebsd-ports-gnome-0b8b6801b0b1327f86db8571f08d0cd27c97d5bf.tar.zst freebsd-ports-gnome-0b8b6801b0b1327f86db8571f08d0cd27c97d5bf.zip |
Update to 3.008
- Add LICENSE
- Strip shared library
Changes: http://search.cpan.org/dist/Mail-Box-Parser-C/Changes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Box-Parser-C/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-Box-Parser-C/distinfo | 5 |
2 files changed, 11 insertions, 4 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> diff --git a/mail/p5-Mail-Box-Parser-C/distinfo b/mail/p5-Mail-Box-Parser-C/distinfo index ff56b676dd5c..12000610882a 100644 --- a/mail/p5-Mail-Box-Parser-C/distinfo +++ b/mail/p5-Mail-Box-Parser-C/distinfo @@ -1,2 +1,3 @@ -SHA256 (Mail-Box-Parser-C-3.007.tar.gz) = 4bfe1723c3c61e79477bd7e589f87b6f75b6ca7995be20a967300b25710baa7a -SIZE (Mail-Box-Parser-C-3.007.tar.gz) = 16651 +TIMESTAMP = 1486064017 +SHA256 (Mail-Box-Parser-C-3.008.tar.gz) = 43fdb60a3e023137529e642bf5a22385fc43d1ab3826277cc7e170e9a104d62c +SIZE (Mail-Box-Parser-C-3.008.tar.gz) = 17213 |