diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 14:08:06 +0000 |
commit | c9cf6c61132115ca4b6476190fe9576d06ee06db (patch) | |
tree | a29fe29c38d5df1895cfbe84019093fae61a6b42 /astro | |
parent | b100cd9f05b8e71f0cd2e142eafe47d54108a79c (diff) | |
download | ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.tar.gz ports-c9cf6c61132115ca4b6476190fe9576d06ee06db.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-Coords/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-Flux/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-PAL/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-Telescope/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Astro-WaveBand/Makefile | 3 | ||||
-rw-r--r-- | astro/p5-Misc-Quality/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/astro/p5-Astro-Coords/Makefile b/astro/p5-Astro-Coords/Makefile index 0f01f4107dca..a9e91343f03d 100644 --- a/astro/p5-Astro-Coords/Makefile +++ b/astro/p5-Astro-Coords/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Astro::Coords.3 \ Astro::Coords::Angle.3 \ diff --git a/astro/p5-Astro-Flux/Makefile b/astro/p5-Astro-Flux/Makefile index 3ed8dfe12231..c5182c5bb102 100644 --- a/astro/p5-Astro-Flux/Makefile +++ b/astro/p5-Astro-Flux/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Astro-WaveBand>=0:${PORTSDIR}/astro/p5-Astro-WaveBand \ p5-Number-Uncertainty>=0:${PORTSDIR}/math/p5-Number-Uncertainty RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Astro::Flux.3 \ Astro::FluxColor.3 \ diff --git a/astro/p5-Astro-PAL/Makefile b/astro/p5-Astro-PAL/Makefile index f714879076fb..098b68fb3b47 100644 --- a/astro/p5-Astro-PAL/Makefile +++ b/astro/p5-Astro-PAL/Makefile @@ -16,7 +16,8 @@ COMMENT= Perl interface to Starlink PAL positional astronomy library LICENSE= GPLv3 -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN1= stime.1 MAN3= Astro::PAL.3 diff --git a/astro/p5-Astro-Telescope/Makefile b/astro/p5-Astro-Telescope/Makefile index b6ec5476e354..3e6c9683d470 100644 --- a/astro/p5-Astro-Telescope/Makefile +++ b/astro/p5-Astro-Telescope/Makefile @@ -20,7 +20,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Astro-PAL>=0.99:${PORTSDIR}/astro/p5-Astro-PAL RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Astro::Telescope.3 diff --git a/astro/p5-Astro-WaveBand/Makefile b/astro/p5-Astro-WaveBand/Makefile index 55649c1ce584..9f65bde6566e 100644 --- a/astro/p5-Astro-WaveBand/Makefile +++ b/astro/p5-Astro-WaveBand/Makefile @@ -17,7 +17,8 @@ COMMENT= Transparently work in waveband, wavelength, or filter LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USE_PERL5= modbuild +USES= perl5 MAN3= Astro::WaveBand.3 diff --git a/astro/p5-Misc-Quality/Makefile b/astro/p5-Misc-Quality/Makefile index d19e9004da0c..3bb86cab7dfd 100644 --- a/astro/p5-Misc-Quality/Makefile +++ b/astro/p5-Misc-Quality/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Class for handling quality flags for astronomical objects -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN3= Misc::Quality.3 |