diff options
author | adam <adam@pkgsrc.org> | 2011-08-12 12:27:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-12 12:27:44 +0000 |
commit | 9e4fff1ba07cca667275560e7c08ced1f62a0d15 (patch) | |
tree | 5f78b70f1b5bf935895130191e99de63eae1a60a /devel/p5-Exception-Class | |
parent | 4683036d3009980b5ab0b9ed9507573840d18e63 (diff) | |
download | pkgsrc-9e4fff1ba07cca667275560e7c08ced1f62a0d15.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 52b60d3bb77..bd22b1723e8 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2010/09/01 05:27:14 sno Exp $ +# $NetBSD: Makefile,v 1.24 2011/08/12 12:29:59 adam Exp $ DISTNAME= Exception-Class-1.32 PKGNAME= p5-${DISTNAME} -#PKGREVISION= 1 +PKGREVISION= 1 SVR4_PKGNAME= p5exc CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} @@ -12,14 +12,13 @@ HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ COMMENT= Perl5 module implementing real exception classes LICENSE= artistic-2.0 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none - PERL5_PACKLIST= auto/Exception/Class/.packlist .include "../../lang/perl5/module.mk" |