15 lines
247 B
Makefile
15 lines
247 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:52 sthen Exp $
|
|
|
|
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>
|