- update to 1.01
- assume maintainership - add WWW PR: 39399 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
237f55ba17
commit
e2ad2bd295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61413
3 changed files with 7 additions and 4 deletions
|
@ -7,15 +7,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= Exception-Class
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Exception
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= erwin@lansing.dk
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Exception-Class-0.8.tar.gz) = 1002e486fa1d33e3146d162981b8da04
|
||||
MD5 (Exception-Class-1.01.tar.gz) = 164e28015e5d83f3e3194291403b9507
|
||||
|
|
|
@ -6,3 +6,5 @@ You may choose to use another base class for your exceptions.
|
|||
Regardless, the ability to declare all your exceptions at compile time
|
||||
is a fairly useful trick and helps push people towards more structured
|
||||
use of exceptions.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Exception-Class
|
||||
|
|
Loading…
Reference in a new issue