98c3768c3a
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.
25 lines
626 B
Makefile
25 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/05/31 12:39:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= RTx-RightsMatrix-0.03.00
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RTx/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~htchapman/RTx-RightsMatrix/
|
|
COMMENT= Utility to efficiently manage rights to a RT installation
|
|
|
|
DEPENDS+= rt>=3.4.5:../../devel/rt3
|
|
|
|
MAKE_ENV+= DESTDIR=${DESTDIR}
|
|
|
|
.include "../../devel/rt3/dirs.mk"
|
|
|
|
PLIST_SUBST+= RT_SHARE_DIR=share/rt3
|
|
|
|
PERL5_PACKLIST= auto/RTx/RightsMatrix/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|