de798bcf0b
Upstream changes: 0.10 - 2014-08-15 - declare minimum version of perl as 5.6 in metadata 0.09 - 2014-03-01 - convert to use ExtUtils::MakeMaker using distar - include repo and bugtracker metadata
17 lines
501 B
Makefile
17 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/09/06 08:19:39 wen Exp $
|
|
|
|
DISTNAME= Algorithm-C3-0.10
|
|
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}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Algorithm/C3/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|