pkgsrc/textproc/xmltoman/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

28 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:24 wiz Exp $
#
DISTNAME= xmltoman_0.4.orig
PKGNAME= ${DISTNAME:S/_/-/:R}
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xmltoman/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # none
COMMENT= XML to manual page converter
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= perl:run
USE_LANGUAGES= # none
AUTO_MKDIRS= yes
MAKE_ENV+= PKGBASE=${PKGBASE:Q}
REPLACE_PERL= xmltoman xmlmantohtml
USE_BSD_MAKEFILE= yes
post-extract:
cp ${FILESDIR}/Makefile ${WRKSRC}
.include "../../mk/bsd.pkg.mk"