diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-09 16:59:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-09 16:59:16 +0000 |
commit | f4442471f32946e249a1b8f8fca4f9058ff55ecc (patch) | |
tree | 19ebe024f28f8da86c63ae0a8556ed9726efc9e1 /science/p5-Geo-BUFR | |
parent | 777bce974d8a4659db0f3e70dcb8520a8c87f3b9 (diff) |
Notes
Diffstat (limited to 'science/p5-Geo-BUFR')
-rw-r--r-- | science/p5-Geo-BUFR/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/p5-Geo-BUFR/Makefile b/science/p5-Geo-BUFR/Makefile index 910c7e35139b..6619575e79c0 100644 --- a/science/p5-Geo-BUFR/Makefile +++ b/science/p5-Geo-BUFR/Makefile @@ -8,16 +8,17 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PSANNES PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for handling of WMO BUFR files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE USES= perl5 shebangfix -SHEBANG_FILES= *.pl USE_PERL5= configure +SHEBANG_FILES= *.pl + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so |