pkgsrc/devel/p5-Context-Preserve/Makefile
seb d276b962fc Initial import of p5-Context-Preserve version 0.01 in the NetBSD
Packages Collection.

The Perl 5 module Context::Preserve automates the process of calling
a function, getting the results, acting on the results, then returning
the result of the function in the appropriate void, scalar, or list
context.
2009-07-28 04:36:42 +00:00

23 lines
710 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/28 04:36:42 seb Exp $
#
DISTNAME= Context-Preserve-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../../authors/id/J/JR/JROCKWAY/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Context-Preserve/
COMMENT= Perl 5 module to run code after a subroutine call
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Context/Preserve/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"