16 lines
226 B
Makefile
16 lines
226 B
Makefile
|
COMMENT= simple, sane and efficient module to slurp a file
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME = File-Slurper-0.014
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Test-Warnings
|
||
|
|
||
|
.include <bsd.port.mk>
|