e8925c1954
- Updating package for p5 module Exception::Class from 1.27 to 1.29 - Setting license to gnu-gpl-v2 Upstream changes: 1.29 May 8, 2009 - Make sure that there is only one line that the toolchain can pick up when looking for this module's $VERSION. 1.28 May 6, 2009 * Removed Exception::Class::Base->do_trace and ->NoObjectRefs, both of which have been undocumented for many years. - Moved Exception::Class::Base to its own file, so it doesn't overwrite the $VERSION in Exception::Class (and for general sanity). Reported by Kirk Baucom.
26 lines
829 B
Makefile
26 lines
829 B
Makefile
# $NetBSD: Makefile,v 1.20 2009/05/17 17:40:51 sno Exp $
|
|
|
|
DISTNAME= Exception-Class-1.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5exc
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
|
|
COMMENT= Perl5 module implementing real exception classes
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
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,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Exception/Class/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|