pkgsrc/devel/p5-Algorithm-C3/Makefile
rillig b52a0a9b95 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

21 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/06/13 06:46:43 rillig Exp $
DISTNAME= Algorithm-C3-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Algorithm-C3/
COMMENT= Module for merging hierarchies using the C3 algorithm
LICENSE= ${PERL5_LICENSE}
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Algorithm/C3/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"