cb41fc6623
Sponsored by: Absolight
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# Created by: swills@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-LDAP-Server-Test
|
|
PORTVERSION= 0.22
|
|
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:devel/p5-Data-Dump \
|
|
p5-Net-LDAP-Server>=0.3:net/p5-Net-LDAP-Server \
|
|
p5-perl-ldap>=0:net/p5-perl-ldap
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|