2013-01-23 14:52:48 +01:00
|
|
|
# Created by: swills@
|
2012-03-21 14:38:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-LDAP-Server-Test
|
2013-05-01 11:43:58 +02:00
|
|
|
PORTVERSION= 0.19
|
2012-03-21 14:38:41 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Perl module to test Net::LDAP code
|
|
|
|
|
2012-04-20 09:24:20 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-03-21 14:38:41 +01:00
|
|
|
BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
|
2012-07-30 21:39:16 +02:00
|
|
|
p5-Net-LDAP-Server>=0.3:${PORTSDIR}/net/p5-Net-LDAP-Server \
|
|
|
|
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
2012-03-21 14:38:41 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-03-21 14:38:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|