freebsd-ports/textproc/rubygem-wikicloth/Makefile
Michael Moll 258d54f717 new port: textproc/rubygem-wikicloth
Ruby parser for the MediaWiki markup language

WWW: https://github.com/nricciar/wikicloth

PR:		199925
Differential Revision:	https://reviews.freebsd.org/D2495
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
2015-05-09 15:27:10 +00:00

24 lines
654 B
Makefile

# $FreeBSD$
PORTNAME= wikicloth
PORTVERSION= 0.8.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby parser for the MediaWiki markup language
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder \
rubygem-expression_parser>0:${PORTSDIR}/math/rubygem-expression_parser \
rubygem-htmlentities>0:${PORTSDIR}/textproc/rubygem-htmlentities \
rubygem-nokogiri>0:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-twitter-text>0:${PORTSDIR}/textproc/rubygem-twitter-text
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>