0.1901 Thu Feb 14 14:07:37 EST 2008 - hides the "DB" package from indexers (DB used to support @DB::args) 0.19 Thu Feb 14 11:50:16 EST 2008 - bug fix: replacement caller() correctly sets @DB::args if calling package is DB - repackaging: custom Build.PL, moved all author tests to xt/, added LICENSE and INSTALL files
19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/05/28 21:27:04 abs Exp $
|
|
#
|
|
|
|
DISTNAME= Sub-Uplevel-0.1901
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sub-Uplevel/
|
|
COMMENT= Apparently run a function in a higher stack frame
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Sub/Uplevel/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|