mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- Update to 1.40
- Fix LICENSE - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Exception-Class/Changes
This commit is contained in:
parent
5430a8ee44
commit
379820c456
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407760
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Exception-Class
|
||||
PORTVERSION= 1.39
|
||||
PORTVERSION= 1.40
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -9,12 +9,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Real exception classes in Perl
|
||||
|
||||
LICENSE= ART20
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
||||
p5-Devel-StackTrace>=2.00:${PORTSDIR}/devel/p5-Devel-StackTrace
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Exception-Class-1.39.tar.gz) = 819c756a69a6d1e31f396eca6a508b07b0a522a035b904cd1d432353cc362083
|
||||
SIZE (Exception-Class-1.39.tar.gz) = 38936
|
||||
SHA256 (Exception-Class-1.40.tar.gz) = d1171f2d03a485e87eb561f34688991c17b939d2689bcda47f3f51b372669a1f
|
||||
SIZE (Exception-Class-1.40.tar.gz) = 41715
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%PERL5_MAN3%%/Exception::Class.3.gz
|
||||
%%PERL5_MAN3%%/Exception::Class::Base.3.gz
|
||||
%%SITE_PERL%%/Exception/Class.pm
|
||||
%%SITE_PERL%%/Exception/Class/Base.pm
|
||||
%%PERL5_MAN3%%/Exception::Class.3.gz
|
||||
%%PERL5_MAN3%%/Exception::Class::Base.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user