# -*- 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

PortSystem 1.0
PortGroup perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup			UNIVERSAL-moniker 0.08
revision            4
license			{Artistic-1 GPL}
maintainers			nomaintainer
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 any}

checksums           rmd160  38bc2d57a8f2446c08eee4143e43f0662b851bf2 \
                    sha256  94ce27a546cd57cb52e080a8f2533a7cc2350028388582485bd1039a37871f9c

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-lingua-en-inflect

supported_archs noarch
}
