7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:40 wiz Exp $
|
|
|
|
DISTNAME= RRDTool-OO-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
|
|
|
|
MAINTAINER= abs@absd.org
|
|
HOMEPAGE= http://search.cpan.org/~mschilli/RRDTool-OO/
|
|
COMMENT= Object-oriented interface to RRDTool
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= rrdtool>=1.2.0:../../databases/rrdtool
|
|
DEPENDS+= p5-Log-Log4perl>=0.4:../../devel/p5-Log-Log4perl
|
|
|
|
PERL5_PACKLIST= auto/RRDTool/OO/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|