2002-10-19 19:42:05 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Astro-DSS
|
|
|
|
# Date created: Oct 19, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Astro-DSS
|
2003-10-16 22:05:25 +00:00
|
|
|
PORTVERSION= 1.6.1
|
2002-10-19 19:42:05 +00:00
|
|
|
CATEGORIES= astro perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
2004-05-23 22:26:18 +00:00
|
|
|
http://www.estar.org.uk/software/
|
2002-10-19 19:42:05 +00:00
|
|
|
MASTER_SITE_SUBDIR= Astro
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys
|
2002-10-19 19:42:05 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Astro::DSS.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|