# $Id: Portfile 32146 2007-12-18 01:23:47Z vinc17@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Net-Dict 2.07 maintainers vincent-opdarw@vinc17.org categories-append textproc 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 fb57f694455549861c3c602521162956 \ sha1 e96735711be9704b83f165470813bd23f1be7ca5 platforms darwin depends_lib-append port:p5-appconfig-std port:p5-digest-md5 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 user can # later add symbolic links in /usr/local or in his home directory # to choose which dict program if wishes to use. variant dict_altname description {Avoid a conflict with the dict port} { post-destroot { cd ${destroot}${prefix} file rename bin/dict bin/dict.perl file rename share/man/man1/dict.1 share/man/man1/dict.perl.1 } }