summaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-Server/Makefile
blob: 6600ae784ad6440718ace60defa16c8a97b001f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.4 2008/07/14 18:54:18 he Exp $
#

DISTNAME=	Net-LDAP-Server-0.4
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	net perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Net/}

MAINTAINER=	he@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Net-LDAP-Server/
COMMENT=	LDAP server side protocol handling

PKG_DESTDIR_SUPPORT=	user-destdir

DEPENDS+=	p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
DEPENDS+=	p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap

PERL5_PACKLIST=	auto/Net/LDAP/Server/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"