diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
commit | 911aeddd517b4b466cb000c6bd11becacd9d973d (patch) | |
tree | b1748a305f1fbeae4e79b80ce1f77251f519c987 /astro | |
parent | - Update to latest snapshot 201307311702 (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324166
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-FITS-CFITSIO/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-SpaceTrack/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 3fae034f7740..8343c143584f 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= -y MAN1= SpaceTrack.1 |