mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Update to 0.58
- Convert to new options helper Changes: http://search.cpan.org/dist/Astro-satpass/Changes
This commit is contained in:
parent
4575763978
commit
ddc3d3c530
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334889
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user