[124784] trunk/dports/perl/p5-net-dict/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Aug 27 21:37:30 PDT 2014
Revision: 124784
https://trac.macports.org/changeset/124784
Author: ryandesign at macports.org
Date: 2014-08-27 21:37:30 -0700 (Wed, 27 Aug 2014)
Log Message:
-----------
p5-net-dict: update to 2.18 and add p5.18 and p5.20
Modified Paths:
--------------
trunk/dports/perl/p5-net-dict/Portfile
Modified: trunk/dports/perl/p5-net-dict/Portfile
===================================================================
--- trunk/dports/perl/p5-net-dict/Portfile 2014-08-28 04:36:29 UTC (rev 124783)
+++ trunk/dports/perl/p5-net-dict/Portfile 2014-08-28 04:37:30 UTC (rev 124784)
@@ -3,27 +3,23 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.branches 5.8 5.10 5.12 5.14 5.16
-perl5.setup Net-Dict 2.08 ../../authors/id/N/NE/NEILB/
-revision 2
+perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Net-Dict 2.18 ../../authors/id/N/NE/NEILB/
maintainers nomaintainer
categories-append textproc
license {Artistic-1 GPL}
description Simple client API for the DICT protocol
long_description Perl class implementing a simple client API for the \
DICT protocol defined in RFC2229
-checksums md5 90e47f1e02a9814510f6c9713393ca2e \
- sha1 f8e77206f7c84534ebcb7cd4e6a0472f82acdf54 \
- rmd160 c2cd03424866b6f96d6c1c9bfe226335d680cfb5
+checksums md5 011f65906faf5823d7c4c9cf72e30e54 \
+ sha1 dc254980cddb58f25c56398a1ac0807d9a104995 \
+ rmd160 0b610ff42407c35d95695c23f16e33182b26cbba
platforms darwin
if {${perl5.major} != ""} {
depends_lib-append port:p${perl5.major}-appconfig-std
supported_archs noarch
-configure.env C_INCLUDE_PATH="${prefix}/include" \
- LIBRARY_PATH="${prefix}/lib"
-
# This variant avoids a conflict with the dict port, if one wishes to
# install p5-net-dict together with the dict port. The end user can
# later add symbolic links in /usr/local or in his home directory to
@@ -34,11 +30,11 @@
# better to rename it too for consistency when running "man dict".
# Even "man 1 dict" would select the dict.1pm version.
variant dict_altname description {Avoid a conflict with the dict port} {
- post-destroot {
+ post-destroot {
set d ${destroot}${prefix}
set m ${d}/share/man/man1
file rename ${d}/bin/dict ${d}/bin/dict.perl
file rename ${m}/dict.1pm ${m}/dict.perl.1pm
- }
+ }
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140827/2ba7fa2e/attachment.html>
More information about the macports-changes
mailing list