7a6521287b
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:24 jlam Exp $
|
|
|
|
DISTNAME= Devel-Cycle-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-Cycle/
|
|
COMMENT= Perl5 module to find memory cycles in objects
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Devel/Cycle/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|