d3b8ea6c12
--------------------------- 0.003008 2014-07-06 20:08:35-05:00 America/Chicago - Stop using base.pm (Olivier Mengue) 0.003007 2013-11-23 14:28:14 America/Chicago - Minor typo fixes 0.003006 2013-08-06 18:16:08 CST6CDT - Finally really silence warnings above 5.17.10 - Remove useless array copy to measurably improve performance (Maxime Soule) - Make tests pass even if Sub::Exporter is not installed 0.003005 2013-08-05 08:05:47 CST6CDT - Set version for Test::More dep (reported by ppisar)
20 lines
650 B
Makefile
20 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/04/12 10:11:10 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Syntax-Keyword-Junction-0.003008
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Syntax/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Syntax-Keyword-Junction/
|
|
COMMENT= Perl5 module to provide keywords for any, all, none, or one
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Exporter-Progressive>=0.001006:../../devel/p5-Sub-Exporter-Progressive
|
|
DEPENDS+= p5-syntax-[0-9]*:../../devel/p5-syntax
|
|
|
|
PERL5_PACKLIST= auto/Syntax/Keyword/Junction/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|