2002-10-19 19:34:43 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Astro-SIMBAD
|
|
|
|
# Date created: Oct 19, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Astro-SIMBAD
|
2003-10-16 22:10:58 +00:00
|
|
|
PORTVERSION= 1.9.5
|
2002-10-19 19:34:43 +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:34:43 +00:00
|
|
|
MASTER_SITE_SUBDIR= Astro
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= An OO Perl interface to the SIMBAD astronomical database
|
2002-10-19 19:34:43 +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
|
|
|
|
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2003-10-16 22:10:58 +00:00
|
|
|
MAN3= Astro::SIMBAD.3 \
|
|
|
|
Astro::SIMBAD::Query.3 \
|
2002-10-19 19:34:43 +00:00
|
|
|
Astro::SIMBAD::Result.3 \
|
|
|
|
Astro::SIMBAD::Result::Object.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|