summaryrefslogtreecommitdiff
path: root/net/p5-ResourcePool-Resource-Net-LDAP/Makefile
blob: 4609666418e08b8da4337fe249b1f4ee9720b932 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ResourcePool-Resource-Net-LDAP
PORTVERSION=	1.0003
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MWS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	ResourcePool wrapper for Net::LDAP

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-ResourcePool>=0:devel/p5-ResourcePool \
		p5-perl-ldap>=0:net/p5-perl-ldap

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>