9cb27145f5
Pkgsrc changes: - adjust dependencies with respect to the minimum version required of the perl package Upstream changes: 0.4.5 2010-08-16 19:30:23 America/Montreal * fix --force documentation/error message/support for git-cpan-import. Thanks to chocolateboy.
27 lines
832 B
Makefile
27 lines
832 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/08/21 21:40:47 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Git-CPAN-Patch-0.4.5
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Git-CPAN-Patch/
|
|
COMMENT= Patch CPAN modules using Git
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Git/CPAN/Patch/.packlist
|
|
|
|
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
|
|
DEPENDS+= p5-BackPAN-Index>=0.39:../../devel/p5-BackPAN-Index
|
|
DEPENDS+= p5-CLASS-[0-9]*:../../devel/p5-CLASS
|
|
DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
|
|
DEPENDS+= p5-File-chmod-[0-9]*:../../sysutils/p5-File-chmod
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|