2009-04-12 00:34:29 +02:00
|
|
|
# Ports collection makefile for: Astro-satpass
|
|
|
|
# Date created: 11 April, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Astro-satpass
|
2011-08-16 23:34:36 +02:00
|
|
|
PORTVERSION= 0.042
|
2009-04-12 00:34:29 +02:00
|
|
|
CATEGORIES= astro perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-05-07 09:28:56 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-04-12 00:34:29 +02:00
|
|
|
COMMENT= Classes and app to compute satellite visibility
|
|
|
|
|
2011-03-17 13:52:25 +01:00
|
|
|
LICENSE_COMB= dual
|
2011-08-16 23:34:36 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-03-17 13:52:25 +01:00
|
|
|
|
2010-09-24 12:01:32 +02:00
|
|
|
BUILD_DEPENDS= p5-Date-Manip>=1.14:${PORTSDIR}/devel/p5-Date-Manip
|
2010-01-15 12:21:48 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2009-04-12 00:34:29 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= -y
|
|
|
|
|
|
|
|
MAN1= satpass.1
|
|
|
|
MAN3= Astro::Coord::ECI::Utils.3 \
|
|
|
|
Astro::Coord::ECI::TLE::Iridium.3 \
|
|
|
|
Astro::Coord::ECI::TLE::Set.3 \
|
|
|
|
Astro::Coord::ECI::TLE.3 \
|
|
|
|
Astro::Coord::ECI::Star.3 \
|
2009-08-19 19:14:38 +02:00
|
|
|
Astro::Coord::ECI::OVERVIEW.3 \
|
2009-04-12 00:34:29 +02:00
|
|
|
Astro::Coord::ECI::Moon.3 \
|
|
|
|
Astro::Coord::ECI::Sun.3 \
|
|
|
|
Astro::Coord::ECI.3
|
|
|
|
|
2010-01-15 12:21:48 +01:00
|
|
|
OPTIONS= SIMBAD "Add support for Astro::SIMBAD::Client" ON \
|
|
|
|
SPACETRACK "Add support for Astro::SpaceTrack" ON \
|
|
|
|
USGS "Add support for Geo::WebService::Elevation::USGS" ON \
|
|
|
|
SOAPLITE "Add support for SOAP::Lite" ON
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_SIMBAD)
|
|
|
|
RUN_DEPENDS+= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_SPACETRACK)
|
|
|
|
RUN_DEPENDS+= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_USGS)
|
|
|
|
RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_SOAPLITE)
|
|
|
|
RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
|
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|