openbsd-ports/textproc/p5-Text-Restructured/Makefile

26 lines
533 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:49 ajacoutot Exp $
COMMENT= implementation of reStructuredText parser
2009-09-06 10:00:12 -04:00
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= devel/p5-Slay-Makefile-Gress \
textproc/p5-Text-ASCIIMathML \
devel/p5-Safe-World
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>