1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/science/p5-Geo-BUFR/Makefile
2019-02-17 19:39:21 +00:00

25 lines
487 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Geo-BUFR
PORTVERSION= 1.37
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>