13 lines
186 B
Makefile
13 lines
186 B
Makefile
|
COMMENT= simple word wrapping routine
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = Text-Wrapper-1.05
|
||
|
CATEGORIES= textproc
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|