openbsd-ports/www/p5-HTML-FromText/Makefile
peter 9948fd0008 The module marks up plain text as HTML. By default it converts
HTML metacharacters into the corresponding entities.  More sophisticated
transformations, such as splitting the text into paragraphs or
marking up bulleted lists, can be carried out by setting the
appropriate options.
2001-03-22 16:35:30 +00:00

20 lines
433 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/03/22 16:35:30 peter Exp $
DISTNAME= HTML-FromText-1.005
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
NEED_VERSION= 1.362
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>