15 lines
241 B
Makefile
15 lines
241 B
Makefile
|
COMMENT = Build.PL install path logic made easy
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = ExtUtils-InstallPaths-0.012
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-ExtUtils-Config
|
||
|
|
||
|
.include <bsd.port.mk>
|