- update to 0.8;
- retire pkg-comment; - account for perllocal.pod-potrname; - remove unneeded MANPREFIX.
This commit is contained in:
parent
e716d7b351
commit
3648ff3c04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76965
4 changed files with 10 additions and 4 deletions
|
@ -6,17 +6,23 @@
|
|||
#
|
||||
|
||||
PORTNAME= Astro-Sunrise
|
||||
PORTVERSION= 0.05
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Astro
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Perl extension for computing the sunrise/sunset on a given day
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Astro::Sunrise.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/' \
|
||||
${WRKSRC}/Sunrise.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Astro-Sunrise-0.05.tar.gz) = 284e386158319f7287ac5ab1fc56c833
|
||||
MD5 (Astro-Sunrise-0.8.tar.gz) = 6e4bc075ca09c8ec1a75fcac1341e5f8
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Perl extension for computing the sunrise/sunset on a given day
|
|
@ -1,3 +1,4 @@
|
|||
lib/perllocal.pod-Astro-Sunrise
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Sunrise/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Astro/Sunrise.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/Sunrise
|
||||
|
|
Loading…
Reference in a new issue