Ticket #44834: patch-p5-universal-moniker-Portfile.diff
File patch-p5-universal-moniker-Portfile.diff, 2.1 KB (added by jul_bsd@…, 10 years ago) |
---|
-
perl/p5-universal-moniker/Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 PortGroup perl5 1.0 5 6 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 8 perl5.setup UNIVERSAL-moniker 0.08 8 9 revision 3 9 license 10 maintainers 11 description 10 license {Artistic-1 GPL} 11 maintainers FreeBSD.org:mat 12 description Class names in Perl often don't sound great when spoken 12 13 long_description \ 13 14 15 16 17 14 Class names in Perl often don't sound great when spoken, or look good \ 15 when written in prose. For this reason, we tend to say things like \ 16 "customer" or "basket" when we are referring to \ 17 My::Site::User::Customer or My::Site::Shop::Basket. We thought it would \ 18 be nice if our classes knew what we would prefer to call them. 18 19 19 platforms 20 platforms darwin 20 21 21 checksums md5 e59b97ccf88f9fa68c3e5c18d7059d57 22 checksums rmd160 38bc2d57a8f2446c08eee4143e43f0662b851bf2 \ 23 sha256 94ce27a546cd57cb52e080a8f2533a7cc2350028388582485bd1039a37871f9c 22 24 23 25 if {${perl5.major} != ""} { 24 depends_lib-append port:p${perl5.major}-lingua-en-inflect 25 26 supported_archs noarch 26 depends_lib-append port:p${perl5.major}-lingua-en-inflect 27 supported_archs noarch 27 28 }