freebsd-ports/textproc/rubygem-wikicloth081/Makefile
Matthias Fechner fd2617f217 Added missing dependency to rinku.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15316
2018-05-14 17:44:45 +00:00

29 lines
687 B
Makefile

# $FreeBSD$
PORTNAME= wikicloth
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 081
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby parser for the MediaWiki markup language
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \
rubygem-expression_parser>=0:math/rubygem-expression_parser \
rubygem-htmlentities>=0:textproc/rubygem-htmlentities \
rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
rubygem-rinku>=0:www/rubygem-rinku \
rubygem-twitter-text>=0:textproc/rubygem-twitter-text
PORTSCOUT= limit:^0\.8\.1
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>