14 lines
241 B
Makefile
14 lines
241 B
Makefile
# $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:10 naddy Exp $
|
|
|
|
COMMENT= simple word wrapping routine
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Text-Wrapper-1.05
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|