svn commit: r388065 - head/science/p5-Geo-BUFR
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:14:31 UTC 2015
Author: amdmi3
Date: Sun May 31 13:14:30 2015
New Revision: 388065
URL: https://svnweb.freebsd.org/changeset/ports/388065
Log:
- Fix shebangs
- Strip library
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/science/p5-Geo-BUFR/Makefile
Modified: head/science/p5-Geo-BUFR/Makefile
==============================================================================
--- head/science/p5-Geo-BUFR/Makefile Sun May 31 13:12:26 2015 (r388064)
+++ head/science/p5-Geo-BUFR/Makefile Sun May 31 13:14:30 2015 (r388065)
@@ -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 at 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>
More information about the svn-ports-all
mailing list