19 lines
349 B
Makefile
19 lines
349 B
Makefile
|
COMMENT= organize data in tables
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Text-Table-1.135
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= textproc/p5-Text-Aligner
|
||
|
|
||
|
TEST_DEPENDS= devel/p5-Test-TrailingSpace
|
||
|
|
||
|
# let empty, it would require a port for Pod::Coverage::TrustPod
|
||
|
MAKE_ENV+= TEST_POD= AUTHOR_TESTING=
|
||
|
|
||
|
.include <bsd.port.mk>
|