openbsd-ports/textproc/p5-Text-Restructured/Makefile
2013-03-11 11:35:43 +00:00

23 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:44 espie Exp $
COMMENT= implementation of reStructuredText parser
DISTNAME= Text-Restructured-0.003040
REVISION= 0
CATEGORIES= textproc
MODULES= cpan
CPAN_AUTHOR= NODINE
MAINTAINER= Okan Demirmen <okan@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Slay-Makefile-Gress \
textproc/p5-Text-ASCIIMathML \
devel/p5-Safe-World
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>