21 lines
419 B
Makefile
21 lines
419 B
Makefile
COMMENT = flexible text flowing and word wrapping
|
|
|
|
DISTNAME = Text-Flow-0.01
|
|
CATEGORIES = textproc
|
|
REVISION = 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Moose>=0.21
|
|
TEST_DEPENDS = devel/p5-MooseX-Params-Validate>=0.19 \
|
|
devel/p5-Test-Exception>=0.21 \
|
|
devel/p5-Test-LongString \
|
|
devel/p5-Test-Pod>=1.14 \
|
|
devel/p5-Test-Pod-Coverage>=1.04
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|