a1088f0bb5
pkglint -Wall -F --only aligned --only indent p5-* No manual corrections.
33 lines
1.2 KiB
Makefile
33 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2019/11/03 10:15:54 rillig Exp $
|
|
|
|
DISTNAME= Git-Wrapper-0.048
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Git-Wrapper
|
|
COMMENT= Wrap git(7) command-line interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Env-Path-[0-9]*:../../devel/p5-Env-Path
|
|
#BUILD_DEPENDS+= {perl>=5.001,p5-File-Path-[0-9]*}:../../devel/p5-File-Path
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
|
|
|
|
#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-Devel-CheckBin-[0-9]*:../../devel/p5-Devel-CheckBin
|
|
DEPENDS+= p5-File-chdir>=0.1010:../../devel/p5-File-chdir
|
|
#DEPENDS+= {perl>=5.9.5,p5-IPC-Cmd-[0-9]*}:../../devel/p5-IPC-Cmd
|
|
DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
|
|
DEPENDS+= git-base-[0-9]*:../../devel/git-base
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Git/Wrapper/.packlist
|
|
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|