# $Id: Portfile 103544 2013-02-28 16:42:48Z dluke@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.branches		5.8 5.10 5.12 5.14 5.16
perl5.setup		local-lib 1.008009 ../../authors/id/A/AP/APEIRON
categories-append	devel
platforms		darwin
maintainers		geeklair.net:dluke openmaintainer
license			{Artistic-1 GPL}

description		create and use a local lib/ for perl modules with PERL5LIB

long_description	${description}

checksums	rmd160	48fe1160b42b84c517be62f0eda0d13fbd38f5eb \
		sha256	5c69adb47ab828aa3e8b5be89b88cd49c6a0d0dae2e8b3bca17a9ce699190e7b

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-extutils-makemaker \
			port:p${perl5.major}-extutils-install \
			port:p${perl5.major}-module-build 
			#CPAN is required too, but is provided by the perl5 port 
}
