9b57b4605a
Bump PKGREVISION for runtime dependency pattern changed packages.
22 lines
717 B
Makefile
22 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/12/09 14:17:46 obache Exp $
|
|
|
|
DISTNAME= RT-Authen-ExternalAuth-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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:../../databases/p5-perl-ldap
|
|
DEPENDS+= {perl5>=5.004,p5-CGI>=0}:../../www/p5-CGI
|
|
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
|
|
DEPENDS+= p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
|
|
|
|
PERL5_PACKLIST= auto/RT/Authen/ExternalAuth/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|