d2ca14a3f1
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.
22 lines
686 B
Makefile
22 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:53 wiz Exp $
|
|
|
|
DISTNAME= VCP-Dest-svk-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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"
|