mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 0.092
- Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes
This commit is contained in:
parent
7c69d4649e
commit
ce110576b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302075
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Getopt-Long-Descriptive
|
||||
PORTVERSION= 0.091
|
||||
PORTVERSION= 0.092
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Getopt::Long with usage text
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Params-Validate>=0.97:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
@ -24,4 +27,10 @@ MAN3= Getopt::Long::Descriptive.3 \
|
||||
Getopt::Long::Descriptive::Opts.3 \
|
||||
Getopt::Long::Descriptive::Usage.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Getopt-Long-Descriptive-0.091.tar.gz) = 3d4138e4f970613207a061cfca70e77745150fc5822b2aeb883fd0b5b26e0b41
|
||||
SIZE (Getopt-Long-Descriptive-0.091.tar.gz) = 21570
|
||||
SHA256 (Getopt-Long-Descriptive-0.092.tar.gz) = 12b6e998752df3c19e9bb61d7db0cd00468b6e57db1aff4b3aee8255f801a8f7
|
||||
SIZE (Getopt-Long-Descriptive-0.092.tar.gz) = 23848
|
||||
|
@ -1,10 +1,10 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist
|
||||
%%SITE_PERL%%/Getopt/Long/Descriptive.pm
|
||||
%%SITE_PERL%%/Getopt/Long/Descriptive/Opts.pm
|
||||
%%SITE_PERL%%/Getopt/Long/Descriptive/Usage.pm
|
||||
@dirrmtry %%SITE_PERL%%/Getopt/Long/Descriptive
|
||||
@dirrmtry %%SITE_PERL%%/Getopt/Long
|
||||
@dirrm %%SITE_PERL%%/Getopt
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
|
||||
@dirrmtry %%SITE_PERL%%/Getopt/Long/Descriptive
|
||||
@dirrmtry %%SITE_PERL%%/Getopt/Long
|
||||
@dirrmtry %%SITE_PERL%%/Getopt
|
||||
|
Loading…
Reference in New Issue
Block a user