0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/06/12 10:48:52 wiz Exp $
|
|
|
|
DISTNAME= Algorithm-C3-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|