pkgsrc/devel/p5-VCP-Dest-svk/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00

22 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:26 wiz Exp $
DISTNAME= VCP-Dest-svk-0.29
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
MODULE_DIR= modules/by-module
AUTHOR_DIR= authors/id/C/CL/CLKAO
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/VCP-Dest-svk/
COMMENT= VCP destination driver for SVN/SVK repositories
DEPENDS+= p5-VCP>=0.9beta20050110:../../devel/p5-VCP
DEPENDS+= p5-YAML>=0.62:../../textproc/p5-YAML
DEPENDS+= svk>=1.04:../../devel/svk
PERL5_PACKLIST= auto/VCP/Dest/svk/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"