2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:49 ajacoutot Exp $
|
2007-11-02 10:54:27 -04:00
|
|
|
|
|
|
|
COMMENT= implementation of reStructuredText parser
|
|
|
|
|
2009-09-06 10:00:12 -04:00
|
|
|
DISTNAME= Text-Restructured-0.003040
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2007-11-02 10:54:27 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
|
|
|
2007-12-30 17:37:55 -05:00
|
|
|
CPAN_AUTHOR= NODINE
|
|
|
|
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
2007-11-02 10:54:27 -04:00
|
|
|
|
|
|
|
# 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
|
2007-11-02 10:54:27 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|