aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-SpaceTrack/Makefile
blob: 099a1f9d7629aec3417a84541b70ca2ce514981c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    p5-Astro-SpaceTrack
# Date created:     2006-07-21
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Astro-SpaceTrack
PORTVERSION=    0.030
CATEGORIES= astro perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Retrieve orbital data from www.space-track.org

RUN_DEPENDS=    ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE= yes

MAN1=       SpaceTrack.1
MAN3=       Astro::SpaceTrack.3

.include <bsd.port.mk>