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.
20 lines
499 B
Makefile
20 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.29 2013/05/31 12:42:07 wiz Exp $
|
|
|
|
DISTNAME= kdoc-2.0a54
|
|
PKGNAME= kdoc-3.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= textproc kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=3.0/src/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= C++ and IDL Class Documentation Tool
|
|
|
|
USE_TOOLS+= perl:run pod2man
|
|
|
|
SUBST_CLASSES+= vars
|
|
SUBST_STAGE.vars= do-configure
|
|
SUBST_FILES.vars= Makefile.in
|
|
SUBST_SED.vars= -e 's|@perl@|${PERL5}|g'
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
.include "../../mk/bsd.pkg.mk"
|