aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-10-14 11:58:15 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-10-14 11:58:15 +0000
commitfc2b027cc04b35946da388bb2a5a9a648730e1a8 (patch)
treedbc217ac2cf8509f08f4d5eec4f4ca1780733b31 /astro
parentaff10fbb88ee3deccb2c76d71615acc935bea382 (diff)
downloadports-fc2b027cc04b35946da388bb2a5a9a648730e1a8.tar.gz
ports-fc2b027cc04b35946da388bb2a5a9a648730e1a8.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/p5-Astro-Catalog/Makefile7
-rw-r--r--astro/p5-Astro-Catalog/distinfo2
-rw-r--r--astro/p5-Astro-Catalog/pkg-plist24
3 files changed, 18 insertions, 15 deletions
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile
index 8634e84a59d1..5e8310630077 100644
--- a/astro/p5-Astro-Catalog/Makefile
+++ b/astro/p5-Astro-Catalog/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= Astro-Catalog
-PORTVERSION= 1.8.1
+PORTVERSION= 2.1.3
CATEGORIES= astro perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.astro.ex.ac.uk/estar/software/
@@ -18,15 +18,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A generic stellar catalogue object
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
-RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= ${BUILD_DEPENDS}
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
+MAN1= catalogs.1 supercosmos.1 finder.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Astro::Catalog.3 \
Astro::Catalog::GSC::Query.3 \
Astro::Catalog::Star.3 \
+ Astro::Catalog::SuperCOSMOS::Query.3 \
Astro::Catalog::USNOA2::Query.3
.include <bsd.port.mk>
diff --git a/astro/p5-Astro-Catalog/distinfo b/astro/p5-Astro-Catalog/distinfo
index bf85278aedee..eca7516838f3 100644
--- a/astro/p5-Astro-Catalog/distinfo
+++ b/astro/p5-Astro-Catalog/distinfo
@@ -1 +1 @@
-MD5 (Astro-Catalog-1.8.1.tar.gz) = 5a0fa1bae0d50993024863a05bf9418f
+MD5 (Astro-Catalog-2.1.3.tar.gz) = 7a48f16dff53ec5f496ea938fc8279cb
diff --git a/astro/p5-Astro-Catalog/pkg-plist b/astro/p5-Astro-Catalog/pkg-plist
index 74040b4b4a58..4337c107dcdb 100644
--- a/astro/p5-Astro-Catalog/pkg-plist
+++ b/astro/p5-Astro-Catalog/pkg-plist
@@ -1,11 +1,13 @@
-lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog.pm
-lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/GSC/Query.pm
-lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/Star.pm
-lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/USNOA2/Query.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Catalog/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/GSC
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog/USNOA2
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/Catalog
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Catalog
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Astro 2>/dev/null || true
+%%SITE_PERL%%/Astro/Catalog.pm
+%%SITE_PERL%%/Astro/Catalog/GSC/Query.pm
+%%SITE_PERL%%/Astro/Catalog/Star.pm
+%%SITE_PERL%%/Astro/Catalog/SuperCOSMOS/Query.pm
+%%SITE_PERL%%/Astro/Catalog/USNOA2/Query.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Catalog/.packlist
+@dirrm %%SITE_PERL%%/Astro/Catalog/GSC
+@dirrm %%SITE_PERL%%/Astro/Catalog/SuperCOSMOS
+@dirrm %%SITE_PERL%%/Astro/Catalog/USNOA2
+@dirrm %%SITE_PERL%%/Astro/Catalog
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/Catalog
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true