openbsd-ports/textproc/p5-Text-Autoformat/Makefile
shell 8bbf340dbc Initial import of Text-Autoformat-1.04 (Used by p5-Mail-Box)
perl module to formating plaintext
---
Text::Autoformat provides intelligent formatting of plaintext.  It
also supplies a replacement for the built-in perl format()'ing
mechanism.  It recognizes Internet quoting conventions, bulleting
and numbering, and allows for inter-word and inter-paragraph spatial
adjustments, text justification, and various capitialization schemes.
2002-07-11 09:28:52 +00:00

19 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/07/11 09:28:52 shell Exp $
COMMENT= "perl module to formating plaintext"
DISTNAME= Text-Autoformat-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>