diff options
author | az <az@FreeBSD.org> | 2013-08-03 00:55:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 00:55:05 +0800 |
commit | 5c2e842fc7ce547433d4ce95f42e0ce3633edd87 (patch) | |
tree | b1748a305f1fbeae4e79b80ce1f77251f519c987 /astro/p5-Astro-FITS-CFITSIO/Makefile | |
parent | 296211a7fdac688e501bb9908ae965e72fa8fc45 (diff) | |
download | freebsd-ports-gnome-5c2e842fc7ce547433d4ce95f42e0ce3633edd87.tar.gz freebsd-ports-gnome-5c2e842fc7ce547433d4ce95f42e0ce3633edd87.tar.zst freebsd-ports-gnome-5c2e842fc7ce547433d4ce95f42e0ce3633edd87.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'astro/p5-Astro-FITS-CFITSIO/Makefile')
-rw-r--r-- | astro/p5-Astro-FITS-CFITSIO/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/p5-Astro-FITS-CFITSIO/Makefile b/astro/p5-Astro-FITS-CFITSIO/Makefile index 9c1bd940a413..a31dfe0f3f57 100644 --- a/astro/p5-Astro-FITS-CFITSIO/Makefile +++ b/astro/p5-Astro-FITS-CFITSIO/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl extension for using the cfitsio library LIB_DEPENDS= cfitsio:${PORTSDIR}/astro/cfitsio CONFIGURE_ENV= CFITSIO=${LOCALBASE} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Astro::FITS::CFITSIO.3 |