17 lines
229 B
Makefile
17 lines
229 B
Makefile
|
COMMENT = create and use a local lib/ for perl modules with PERL5LIB
|
||
|
|
||
|
DISTNAME = local-lib-2.000029
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
CPAN_AUTHOR = HAARG
|
||
|
|
||
|
.include <bsd.port.mk>
|