diff options
author | gahr <gahr@FreeBSD.org> | 2008-07-10 05:14:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-07-10 05:14:58 +0800 |
commit | 5cab83fe946b6786285f92864d36827108ab1af4 (patch) | |
tree | 08c3b37385b838d931bf1cb9affcaf462b2ee5a9 /net/p5-ZConf | |
parent | d5a9be9fc0e33266846cbf39fa235c5a964360ef (diff) | |
download | freebsd-ports-gnome-5cab83fe946b6786285f92864d36827108ab1af4.tar.gz freebsd-ports-gnome-5cab83fe946b6786285f92864d36827108ab1af4.tar.zst freebsd-ports-gnome-5cab83fe946b6786285f92864d36827108ab1af4.zip |
- Fix WWW line in pkg-descr [1]
- s|spaces|tab| after variable name in Makefile
PR: 125447 [1]
Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer) [1]
Diffstat (limited to 'net/p5-ZConf')
-rw-r--r-- | net/p5-ZConf/Makefile | 2 | ||||
-rw-r--r-- | net/p5-ZConf/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-ZConf/Makefile b/net/p5-ZConf/Makefile index 284122916ee3..762a73a91bd6 100644 --- a/net/p5-ZConf/Makefile +++ b/net/p5-ZConf/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= A configuration system allowing for either file or LDAP backed storage -RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \ +RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Net/LDAP/Express.pm:${PORTSDIR}/net/p5-Net-LDAP-Express \ ${SITE_PERL}/Net/LDAP/LDAPhash.pm:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \ ${SITE_PERL}/Net/LDAP/Makepath.pm:${PORTSDIR}/net/p5-Net-LDAP-Makepath \ diff --git a/net/p5-ZConf/pkg-descr b/net/p5-ZConf/pkg-descr index d5c6d4e9a81f..f1b2eb30e9c6 100644 --- a/net/p5-ZConf/pkg-descr +++ b/net/p5-ZConf/pkg-descr @@ -1,3 +1,3 @@ A configuration system allowing for either file or LDAP backed storage. -WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ +WWW: http://search.cpan.org/dist/ZConf/ |