1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/astro/p5-Astro-SpaceTrack/Makefile
Cheng-Lung Sung 5c6466266b - Update to 0.024
- Transfer maintainership to perl@

PR:		ports/103620
Submitted by:	maintainer (Gea-Suan Lin)
2006-09-27 02:09:01 +00:00

32 lines
727 B
Makefile

# 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.024
CATEGORIES= astro perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Astro
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.pre.mk>
.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww
IGNORE= requires Perl 5.6.0 or newer. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>