18 lines
279 B
Makefile
18 lines
279 B
Makefile
|
COMMENT= perl module for generating randoms strings
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = String-Random-0.32
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
TEST_DEPENDS = devel/p5-Test-TrailingSpace
|
||
|
|
||
|
MAKE_ENV += TEST_POD=1
|
||
|
|
||
|
.include <bsd.port.mk>
|