blob: 9cb303d0a31acf85c033ae7f5312720047386a4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Geo-BUFR
PORTVERSION= 1.38
CATEGORIES= science perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for handling of WMO BUFR files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= *.pl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so
.include <bsd.port.mk>
|