svn commit: r444798 - head/net/p5-perl-ldap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 30 22:14:21 UTC 2017


Author: sunpoet
Date: Fri Jun 30 22:14:19 2017
New Revision: 444798
URL: https://svnweb.freebsd.org/changeset/ports/444798

Log:
  Add removed Perl core module to *_DEPENDS
  
  - Add NO_ARCH
  - Sort *_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/net/p5-perl-ldap/Makefile

Modified: head/net/p5-perl-ldap/Makefile
==============================================================================
--- head/net/p5-perl-ldap/Makefile	Fri Jun 30 22:14:15 2017	(r444797)
+++ head/net/p5-perl-ldap/Makefile	Fri Jun 30 22:14:19 2017	(r444798)
@@ -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>


More information about the svn-ports-all mailing list