0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
22 lines
715 B
Makefile
22 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/06/12 10:49:40 wiz Exp $
|
|
|
|
DISTNAME= RT-Authen-ExternalAuth-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/}
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/RT-Authen-ExternalAuth/
|
|
COMMENT= RT extension for external authentication methods
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
|
|
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
|
|
DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
|
|
|
|
PERL5_PACKLIST= auto/RT/Authen/ExternalAuth/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|