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.
23 lines
732 B
Makefile
23 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.22 2014/05/29 23:36:17 wiz Exp $
|
|
|
|
DISTNAME= Spoon-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-${AUTHOR_DIR}/}
|
|
AUTHOR_DIR= authors/id/I/IN/INGY
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Spoon/
|
|
COMMENT= Spiffy Application Building Framework
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-All>=0.32:../../devel/p5-IO-All
|
|
DEPENDS+= p5-Spiffy>=0.22:../../devel/p5-Spiffy
|
|
DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit
|
|
DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Spoon/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|