openbsd-ports/textproc/p5-Text-Markdown/Makefile
steven 299ea46895 import Text::Markdown 1.0.3
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML.  Markdown's text format
is most similar to that of plain text email, and supports features such
as headers, *emphasis*, code blocks, blockquotes, and links.

from okan at demirmen.com
2007-11-01 20:22:23 +00:00

19 lines
371 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/01 20:22:23 steven Exp $
COMMENT= text-to-HTML filter
DISTNAME= Text-Markdown-1.0.3
CATEGORIES= textproc www
MODULES= cpan
CONFIGURE_STYLE=modbuild
MAINTAINER= Okan Demirmen <okan@demirmen.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>