mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
. Update to 1.9.5.
. Use SITE_PERL. PR: 57995 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
parent
39ecdb70d6
commit
8f874048ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91456
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Astro-SIMBAD
|
PORTNAME= Astro-SIMBAD
|
||||||
PORTVERSION= 1.9.3
|
PORTVERSION= 1.9.5
|
||||||
CATEGORIES= astro perl5
|
CATEGORIES= astro perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||||
http://www.astro.ex.ac.uk/estar/software/
|
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
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||||
RUN_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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
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.3 \
|
||||||
Astro::SIMBAD::Result::Object.3
|
Astro::SIMBAD::Result::Object.3
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (Astro-SIMBAD-1.9.3.tar.gz) = 2c56eeeb3fbab101c7ad9e38ee0e84e1
|
MD5 (Astro-SIMBAD-1.9.5.tar.gz) = e61a729e27b85955a3e63d6c3294add0
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Query.pm
|
%%SITE_PERL%%/Astro/SIMBAD.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result.pm
|
%%SITE_PERL%%/Astro/SIMBAD/Query.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result/Object.pm
|
%%SITE_PERL%%/Astro/SIMBAD/Result.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
|
%%SITE_PERL%%/Astro/SIMBAD/Result/Object.pm
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD/Result
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/.packlist
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Astro/SIMBAD
|
@dirrm %%SITE_PERL%%/Astro/SIMBAD/Result
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/SIMBAD
|
@dirrm %%SITE_PERL%%/Astro/SIMBAD
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
|
@dirrm %%SITE_PERL%%/Astro
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Astro 2>/dev/null || true
|
@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
|
||||||
|
Loading…
Reference in New Issue
Block a user