diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:14:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:14:30 +0000 |
commit | 00ad5459f0ea30614b8aad7ae97e16c22971088b (patch) | |
tree | 413b22183cd73d99d654b6363d657620c2acd7e8 /science/p5-Geo-BUFR | |
parent | 34387ba3efd2180df2752b66d6ba07aeb6a91f74 (diff) |
Notes
Diffstat (limited to 'science/p5-Geo-BUFR')
-rw-r--r-- | science/p5-Geo-BUFR/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/science/p5-Geo-BUFR/Makefile b/science/p5-Geo-BUFR/Makefile index 090dea7e941b..a099814a51a7 100644 --- a/science/p5-Geo-BUFR/Makefile +++ b/science/p5-Geo-BUFR/Makefile @@ -3,6 +3,7 @@ PORTNAME= Geo-BUFR PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= science perl5 geography MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PSANNES @@ -12,8 +13,15 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for handling of WMO BUFR files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENCE -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= *.pl USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so + .include <bsd.port.mk> |