aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-satpass
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-06 03:56:03 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-06 03:56:03 +0000
commitbc5d96acb2238ca3a57fe62e6df54464f1a9bc8f (patch)
tree18330cad86e97c71fe4c77988bf388168be5cfd3 /astro/p5-Astro-satpass
parent0c446614bd1bd8f89185d7ed63ebb16013c559c0 (diff)
downloadports-bc5d96acb2238ca3a57fe62e6df54464f1a9bc8f.tar.gz
ports-bc5d96acb2238ca3a57fe62e6df54464f1a9bc8f.zip
Notes
Diffstat (limited to 'astro/p5-Astro-satpass')
-rw-r--r--astro/p5-Astro-satpass/Makefile14
-rw-r--r--astro/p5-Astro-satpass/distinfo4
2 files changed, 12 insertions, 6 deletions
diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile
index 79e318833319..86b5570fff3d 100644
--- a/astro/p5-Astro-satpass/Makefile
+++ b/astro/p5-Astro-satpass/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= Astro-satpass
-PORTVERSION= 0.044
+PORTVERSION= 0.045
CATEGORIES= astro perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:WYANT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -20,8 +21,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Date-Manip>=1.14:${PORTSDIR}/devel/p5-Date-Manip
RUN_DEPENDS= p5-Date-Manip>=1.14:${PORTSDIR}/devel/p5-Date-Manip
-OPTIONS= SIMBAD "Add support for Astro::SIMBAD::Client" on \
- SOAPLITE "Add support for SOAP::Lite" on \
+OPTIONS= GEOCODER_US "Add support for Geo::Coder::Geocoder::US" on \
+ SIMBAD "Add support for Astro::SIMBAD::Client" on \
+ SOAPLITE "Add support for SOAP::Lite (deprecated)" off \
SPACETRACK "Add support for Astro::SpaceTrack" on \
USGS "Add support for Geo::WebService::Elevation::USGS" on
@@ -41,6 +43,10 @@ MAN3= Astro::Coord::ECI::Utils.3 \
.include <bsd.port.options.mk>
+.if !defined(WITHOUT_GEOCODER_US)
+RUN_DEPENDS+= p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US
+.endif
+
.if !defined(WITHOUT_SIMBAD)
RUN_DEPENDS+= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client
.endif
@@ -53,7 +59,7 @@ RUN_DEPENDS+= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack
RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS
.endif
-.if !defined(WITHOUT_SOAPLITE)
+.if defined(WITH_SOAPLITE)
RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
.endif
diff --git a/astro/p5-Astro-satpass/distinfo b/astro/p5-Astro-satpass/distinfo
index f84d302470b0..a96b998f83ad 100644
--- a/astro/p5-Astro-satpass/distinfo
+++ b/astro/p5-Astro-satpass/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Astro-satpass-0.044.tar.gz) = 864866dbf7b18c2bcf1836da2a2a973b30bc56a52f282f3a5f70c2797be42105
-SIZE (Astro-satpass-0.044.tar.gz) = 466976
+SHA256 (Astro-satpass-0.045.tar.gz) = 5d644888d53c62994859164dbd86ae5fe6fd5b42bbfb38d6c87407b459b3e804
+SIZE (Astro-satpass-0.045.tar.gz) = 468217