pkgsrc/misc/p5-Vroom/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

24 lines
789 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:29 wiz Exp $
DISTNAME= Vroom-0.26
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Vroom/
COMMENT= Slide Shows in Vim
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Vroom/.packlist
DEPENDS+= p5-Class-Field-[0-9]*:../../devel/p5-Class-Field
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All
DEPENDS+= p5-Template-Toolkit-Simple-[0-9]*:../../www/p5-Template-Toolkit-Simple
DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"