diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-25 19:58:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-25 19:58:05 +0000 |
commit | ddc3d3c5308b6139285ea11d1904479487e62b0a (patch) | |
tree | fa73c49c509f39255b3ab101820109b25336abfb /astro | |
parent | 4575763978521b73293bf6fb7fd0941c108c14c0 (diff) | |
download | ports-ddc3d3c5308b6139285ea11d1904479487e62b0a.tar.gz ports-ddc3d3c5308b6139285ea11d1904479487e62b0a.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-satpass/Makefile | 30 | ||||
-rw-r--r-- | astro/p5-Astro-satpass/distinfo | 4 |
2 files changed, 9 insertions, 25 deletions
diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile index 4d556e76e03b..45e37f27f924 100644 --- a/astro/p5-Astro-satpass/Makefile +++ b/astro/p5-Astro-satpass/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-satpass -PORTVERSION= 0.057 +PORTVERSION= 0.058 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON OPTIONS_DEFINE= GEOCODER_US SIMBAD SOAPLITE SPACETRACK USGS -OPTIONS_DEFAULT= GEOCODER_US SIMBAD SPACETRACK USGS +OPTIONS_DEFAULT=GEOCODER_US SIMBAD SPACETRACK USGS GEOCODER_US_DESC= Add support for Geo::Coder::Geocoder::US SIMBAD_DESC= Add support for Astro::SIMBAD::Client SOAPLITE_DESC= Add support for SOAP::Lite (deprecated) @@ -30,26 +30,10 @@ CONFIGURE_ARGS= -y USES= perl5 USE_PERL5= configure -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGEOCODER_US} -RUN_DEPENDS+= p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US -.endif - -.if ${PORT_OPTIONS:MSIMBAD} -RUN_DEPENDS+= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client -.endif - -.if ${PORT_OPTIONS:MSPACETRACK} -RUN_DEPENDS+= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack -.endif - -.if ${PORT_OPTIONS:MUSGS} -RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS -.endif - -.if ${PORT_OPTIONS:MSOAPLITE} -RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite -.endif +GEOCODER_US_RUN_DEPENDS=p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US +SIMBAD_RUN_DEPENDS= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client +SOAPLITE_RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +SPACETRACK_RUN_DEPENDS= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack +USGS_RUN_DEPENDS= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS .include <bsd.port.mk> diff --git a/astro/p5-Astro-satpass/distinfo b/astro/p5-Astro-satpass/distinfo index 65332b661f7b..36b31974190a 100644 --- a/astro/p5-Astro-satpass/distinfo +++ b/astro/p5-Astro-satpass/distinfo @@ -1,2 +1,2 @@ -SHA256 (Astro-satpass-0.057.tar.gz) = 4794042f8c8b8b3a9c3046dcd59c222ed30471c1b2e5e948ab26b047670eb04d -SIZE (Astro-satpass-0.057.tar.gz) = 497119 +SHA256 (Astro-satpass-0.058.tar.gz) = d99e98a15d766939c55448a47e4df9beb9d80fec534236876b19cee40ac11c8d +SIZE (Astro-satpass-0.058.tar.gz) = 497906 |