openbsd-ports/textproc/p5-Text-WikiFormat/Makefile
sturm 871f5a2be8 Initial import of Text::WikiFormat 0.77
The original Wiki web site had a very simple interface to edit and to
add pages. Its formatting rules are simple and easy to use. They are
also easy to translate into other, more complicated markup languages
with this module. It creates HTML by default, but can produce valid
POD, DocBook, XML, or any other format imaginable.

from Deanna Phillips <deanna@sdf.lonestar.org>
2006-03-18 21:14:42 +00:00

27 lines
555 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/03/18 21:14:42 sturm Exp $
COMMENT= "module for translating Wiki formatted text into other formats"
DISTNAME= Text-WikiFormat-0.77
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Deanna Phillips <deanna@sdf.lonestar.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::www/p5-URI
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>