1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 2.16

- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/autodie/Changes
This commit is contained in:
Frederic Culot 2013-02-22 17:50:32 +00:00
parent d844cb3202
commit 17537c7f58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312781
3 changed files with 11 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= autodie
PORTVERSION= 2.13
PORTVERSION= 2.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Replace functions with ones that succeed or die with lexical scope
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Fatal.3 \
autodie.3 \
autodie::exception.3 \
autodie::hints.3 \
autodie::exception::system.3 \
autodie.3
autodie::hints.3 \
autodie::skip.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (autodie-2.13.tar.gz) = b855be4295d01109683bc7069c6ab40844e05efeb5466376e149550e46814be4
SIZE (autodie-2.13.tar.gz) = 80702
SHA256 (autodie-2.16.tar.gz) = 0513034c5ffce802de65efbea61baf7e02b0f3b10ad77a9c795be816798e9b66
SIZE (autodie-2.16.tar.gz) = 77284

View File

@ -1,8 +1,9 @@
%%SITE_PERL%%/Fatal.pm
%%SITE_PERL%%/autodie.pm
%%SITE_PERL%%/autodie/exception.pm
%%SITE_PERL%%/autodie/hints.pm
%%SITE_PERL%%/autodie/exception/system.pm
%%SITE_PERL%%/autodie/hints.pm
%%SITE_PERL%%/autodie/skip.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/autodie/.packlist
@dirrm %%SITE_PERL%%/autodie/exception
@dirrm %%SITE_PERL%%/autodie