1PORTNAME= ExtUtils-InstallPaths 2PORTVERSION= 0.015 3CATEGORIES= devel perl5 4MASTER_SITES= CPAN 5PKGNAMEPREFIX= p5- 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Build.PL install path logic made easy 9WWW= https://metacpan.org/release/ExtUtils-InstallPaths 10 11LICENSE= artistic gpl+ 12LICENSE_COMB= dual 13 14BUILD_DEPENDS= ${RUN_DEPENDS} 15RUN_DEPENDS= p5-ExtUtils-Config>=0.009:devel/p5-ExtUtils-Config 16 17NO_ARCH= yes 18USE_PERL5= configure 19USES= perl5 20 21.include <bsd.port.mk> 22