2013-08-06 10:50:49 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-10-11 09:08:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-LDAP-Server
|
2011-08-25 13:30:12 +02:00
|
|
|
PORTVERSION= 0.43
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-10-11 09:08:11 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Perl module for LDAP server side protocol handling
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Convert-ASN1>=0.22:converters/p5-Convert-ASN1 \
|
|
|
|
p5-perl-ldap>=0.39:net/p5-perl-ldap
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-10-11 09:08:11 +02:00
|
|
|
|
2013-08-06 10:50:49 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-10-11 09:08:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|