e73ed31d9f
- Convert REINPLACE_CMD to patch file - Bump PORTREVISION of dependent ports for shlib change Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
25 lines
555 B
Makefile
25 lines
555 B
Makefile
PORTNAME= Astro-FITS-CFITSIO
|
|
PORTVERSION= 1.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for using the cfitsio library
|
|
WWW= https://metacpan.org/release/Astro-FITS-CFITSIO
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libcfitsio.so:astro/cfitsio
|
|
|
|
USES= localbase perl5
|
|
USE_PERL5= configure
|
|
|
|
CONFIGURE_ENV= CFITSIO=${LOCALBASE}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/FITS/CFITSIO/CFITSIO.so
|
|
|
|
.include <bsd.port.mk>
|