. Update to 1.9.5.

. Use SITE_PERL.

PR:		57995
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Greg Lewis 2003-10-16 22:10:58 +00:00
parent 39ecdb70d6
commit 8f874048ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91456
3 changed files with 15 additions and 13 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= Astro-SIMBAD
PORTVERSION= 1.9.3
PORTVERSION= 1.9.5
CATEGORIES= astro perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.astro.ex.ac.uk/estar/software/
@ -20,11 +20,11 @@ COMMENT= An OO Perl interface to the SIMBAD astronomical database
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Astro::SIMBAD::Query.3 \
MAN3= Astro::SIMBAD.3 \
Astro::SIMBAD::Query.3 \
Astro::SIMBAD::Result.3 \
Astro::SIMBAD::Result::Object.3

View file

@ -1 +1 @@
MD5 (Astro-SIMBAD-1.9.3.tar.gz) = 2c56eeeb3fbab101c7ad9e38ee0e84e1
MD5 (Astro-SIMBAD-1.9.5.tar.gz) = e61a729e27b85955a3e63d6c3294add0

View file

@ -1,9 +1,11 @@
lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Query.pm
lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result.pm
lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result/Object.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SIMBAD
@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/SIMBAD.pm
%%SITE_PERL%%/Astro/SIMBAD/Query.pm
%%SITE_PERL%%/Astro/SIMBAD/Result.pm
%%SITE_PERL%%/Astro/SIMBAD/Result/Object.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
@dirrm %%SITE_PERL%%/Astro/SIMBAD/Result
@dirrm %%SITE_PERL%%/Astro/SIMBAD
@dirrm %%SITE_PERL%%/Astro
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true