opnsense-ports/textproc/rubygem-loofah/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
431 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= loofah
PORTVERSION= 2.0.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for manipulating HTML/XML documents and fragments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>