Update editors/lazarus-lcl-units to version 1.8.0
[dports.git] / databases / p5-DBD-LDAP / Makefile
1 # Created by: Seamus Venasse <svenasse@polaris.ca>
2 # $FreeBSD$
3
4 PORTNAME=       DBD-LDAP
5 PORTVERSION=    0.22
6 CATEGORIES=     databases perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        DBI interface for accessing LDAP servers
12
13 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-perl-ldap>=0.01:net/p5-perl-ldap \
17                 p5-DBI>=0:databases/p5-DBI
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>