mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# Created by: scrappy@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= perl-ldap
|
|
PORTVERSION= 0.6500
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MARSCHAP
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Client interface to LDAP (includes Net::LDAP)
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Authen-SASL>=2.00:security/p5-Authen-SASL \
|
|
p5-Convert-ASN1>=0.20:converters/p5-Convert-ASN1 \
|
|
p5-IO-Socket-SSL>=1.26:security/p5-IO-Socket-SSL \
|
|
p5-Text-Soundex>=0:textproc/p5-Text-Soundex \
|
|
p5-URI>=1.10:net/p5-URI \
|
|
p5-XML-SAX-Base>0:textproc/p5-XML-SAX-Base \
|
|
p5-XML-SAX-Writer>0:textproc/p5-XML-SAX-Writer
|
|
|
|
OPTIONS_DEFINE= LWP
|
|
LWP_DESC= LDAP support via LWP
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
LWP_BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
|
p5-HTTP-Negotiate>=0:www/p5-HTTP-Negotiate \
|
|
p5-JSON>=0:converters/p5-JSON \
|
|
p5-LWP-MediaTypes>=0:www/p5-LWP-MediaTypes \
|
|
p5-libwww>=0:www/p5-libwww
|
|
LWP_RUN_DEPENDS= ${LWP_BUILD_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|