pkgsrc/devel/scmgit-docs/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

25 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/05/31 12:40:57 wiz Exp $
PKGNAME= scmgit-docs-${GIT_VERSION}
PKGREVISION= 1
COMMENT= GIT Tree History Storage Tool (documentation)
CONFLICTS+= git<4.9.5nb1 # misc/git
DISTINFO_FILE= ../../devel/scmgit-base/distinfo
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
USE_LANGUAGES= c
BUILD_TARGET= man
INSTALL_TARGET= install-man
UNLIMIT_RESOURCES+= datasize
USE_TOOLS+= perl
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
.include "../../devel/scmgit/Makefile.common"
.include "../../mk/bsd.pkg.mk"