pkgsrc/devel/p5-Algorithm-Dependency/Makefile

23 lines
683 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2013/05/31 12:40:02 wiz Exp $
DISTNAME= Algorithm-Dependency-1.110
2005-06-24 21:34:41 +02:00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
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
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:../../devel/p5-Test-ClassAPI
DEPENDS+= p5-Params-Util>=0.31:../../devel/p5-Params-Util
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Algorithm/Dependency/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"