blob: 16131949e7741626cf6716e77bf399f6ef5a9eb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: swills@
# $FreeBSD$
#
PORTNAME= Net-LDAP-Server-Test
PORTVERSION= 0.19
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to test Net::LDAP code
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
p5-Net-LDAP-Server>=0.3:${PORTSDIR}/net/p5-Net-LDAP-Server \
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
PERL_CONFIGURE= yes
MAN3= Net::LDAP::Server::Test.3
.include <bsd.port.mk>
|