3da82e5958
Text::Format is meant for more powerful text formatting than what Text::Wrap allows. ok sthen@
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/16 14:21:06 jasper Exp $
|
|
|
|
COMMENT= various subroutines to format text
|
|
|
|
DISTNAME= Text-Format-0.53
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|