freebsd-ports/astro/p5-Astro-FITS-CFITSIO/Makefile
Po-Chuan Hsieh e73ed31d9f
astro/cfitsio: Update to 4.2.0
- 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
2022-12-30 17:04:05 +08:00

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>