Revision bump after updating perl to 5.14.1
This commit is contained in:
parent
86e5e8974d
commit
bde21eb762
1 changed files with 12 additions and 11 deletions
|
@ -1,19 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.12 2010/08/21 16:33:34 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2011/08/12 07:18:35 adam Exp $
|
||||
|
||||
DISTNAME= Devel-Cycle-1.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
DISTNAME= Devel-Cycle-1.11
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Devel-Cycle/
|
||||
COMMENT= Perl5 module to find memory cycles in objects
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Devel-Cycle/
|
||||
COMMENT= Perl5 module to find memory cycles in objects
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Devel/Cycle/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue