8a97ece42c
- ok'ed by rillig ChangeLog: 1.106 Mon 14 Jan 2008 - Adding a slight change to 01_compile.t to prevent warnings 1.105_01 Tue 11 Dec 2007 - Make test scripts more 5.005-compatible - Removing the use of base.pm for 5.006-compatibility
21 lines
671 B
Makefile
21 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.9 2008/02/01 11:48:44 rhaen Exp $
|
|
|
|
DISTNAME= Algorithm-Dependency-1.106
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Algorithm-Dependency/
|
|
COMMENT= Algorithmic framework for implementing dependency tree
|
|
|
|
DEPENDS+= p5-Test-ClassAPI>=0.6:../../devel/p5-Test-ClassAPI
|
|
DEPENDS+= p5-Params-Util>=0.06:../../devel/p5-Params-Util
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Algorithm/Dependency/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|