diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 22:14:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-30 22:14:19 +0000 |
commit | c5e6fd52aec81762e8be516374b5b82a5dd3173a (patch) | |
tree | c09739937a3ac11eb0588d46508ce81ac46559c4 /net/p5-perl-ldap | |
parent | Remove Perl core modules (diff) |
Add removed Perl core module to *_DEPENDS
- Add NO_ARCH
- Sort *_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=444798
Diffstat (limited to 'net/p5-perl-ldap')
-rw-r--r-- | net/p5-perl-ldap/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index 7c4a7b826b93..54268480cd07 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> |