mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Upgrade to 0.08.
This commit is contained in:
parent
e710738fd8
commit
1f5b5c622a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372902
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-LTSV
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Labeled Tab Separated Value manipulator
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Project-Libs>0:${PORTSDIR}/devel/p5-Project-Libs \
|
||||
p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash \
|
||||
@ -18,5 +21,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Text-LTSV-0.07.tar.gz) = 79071c738ece8d6449ffc6a0409ce3c49b554dc435a22d24a01ecf41b5e042bc
|
||||
SIZE (Text-LTSV-0.07.tar.gz) = 29197
|
||||
SHA256 (Text-LTSV-0.08.tar.gz) = e05f3974b669f2c8765c4e256e52fc26910abb88768ff12b97d6329bc9a21f1e
|
||||
SIZE (Text-LTSV-0.08.tar.gz) = 61604
|
||||
|
@ -4,7 +4,3 @@ man/man1/ltsview.1.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV/.packlist
|
||||
%%SITE_PERL%%/Text/LTSV.pm
|
||||
%%SITE_PERL%%/Text/LTSV/Iterator.pm
|
||||
@dirrm %%SITE_PERL%%/Text/LTSV
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
|
Loading…
Reference in New Issue
Block a user