Upstream changes: ================================ 2010-03-08 02:11:05 -0500 v1_020 ================================ commit 80b29a80ddfb87de00fda2d1f968662fb346096c Author: Rocco Caputo <rcaputo@cpan.org> Date: Mon Mar 8 02:11:05 2010 -0500 Prepare for git repository and distribution toolchain. commit 5e7c550711e13addbefb19637771455e3985fc40 Author: Rocco Caputo <rcaputo@cpan.org> Date: Mon Mar 8 01:52:25 2010 -0500 Rearrange files for git repository.
23 lines
684 B
Makefile
23 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/03/16 22:59:37 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Lexical-Persistence-1.020
|
|
PKGNAME= p5-${DISTNAME:S/020/02/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lexical/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Lexical-Persistence/
|
|
COMMENT= Perl 5 module providing persistent lexical variables
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Lexical/Persistence/.packlist
|
|
|
|
DEPENDS+= p5-Devel-LexAlias>=0.04:../../devel/p5-Devel-LexAlias
|
|
DEPENDS+= p5-PadWalker>=1.1:../../devel/p5-PadWalker
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|