1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/p5-Test-Net-LDAP/Makefile
Jun Kuriyama a10426262c This module provides some testing methods for LDAP operations, such as
search, add, and modify, where each method is suffixed with either _ok
or _is.

Test::Net::LDAP is a subclass of Net::LDAP, so all the methods defined
for Net::LDAP are available in addition to search_ok, add_is, etc.

WWW: http://search.cpan.org/dist/Test-Net-LDAP/
2014-05-12 23:51:17 +00:00

22 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= Test-Net-LDAP
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of Net::LDAP subclass for testing
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-perl-ldap>=0.5800:${PORTSDIR}/net/p5-perl-ldap
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>