summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-30 22:14:19 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-06-30 22:14:19 +0000
commitc6d5e540782017ae1b333ac76dddc9e61081dfeb (patch)
treec09739937a3ac11eb0588d46508ce81ac46559c4
parent3534b0ac7523bf59c7a57e875971cc237784ffcc (diff)
downloadFreeBSD-ports-c6d5e540782017ae1b333ac76dddc9e61081dfeb.zip
FreeBSD-ports-c6d5e540782017ae1b333ac76dddc9e61081dfeb.tar.gz
Add removed Perl core module to *_DEPENDS
- Add NO_ARCH - Sort *_DEPENDS - Bump PORTREVISION for dependency change
-rw-r--r--net/p5-perl-ldap/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile
index 7c4a7b8..5426848 100644
--- a/net/p5-perl-ldap/Makefile
+++ b/net/p5-perl-ldap/Makefile
@@ -18,6 +18,7 @@ LICENSE_COMB= dual
BUILD_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
@@ -25,14 +26,16 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= LWP
LWP_DESC= LDAP support via LWP
-LWP_BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
- p5-LWP-MediaTypes>=0:www/p5-LWP-MediaTypes \
- p5-HTTP-Negotiate>=0:www/p5-HTTP-Negotiate \
- p5-HTTP-Message>=0:www/p5-HTTP-Message \
- p5-JSON>=0:converters/p5-JSON
-LWP_RUN_DEPENDS:= ${LWP_BUILD_DEPENDS}
+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>
OpenPOWER on IntegriCloud