# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			UNIVERSAL-moniker 0.08
maintainers			FreeBSD.org:mat
description			Class names in Perl often don't sound great when spoken
long_description \
	Class names in Perl often don't sound great when spoken, or look good \
	when written in prose. For this reason, we tend to say things like \
	"customer" or "basket" when we are referring to \
	My::Site::User::Customer or My::Site::Shop::Basket. We thought it would \
	be nice if our classes knew what we would prefer to call them.

platforms			darwin

checksums md5 e59b97ccf88f9fa68c3e5c18d7059d57

depends_lib-append	port:p5-lingua-en-inflect

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
