mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix shebangs
- Strip library Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
34387ba3ef
commit
00ad5459f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388065
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user