freebsd-ports/textproc/rubygem-loofah/Makefile

22 lines
441 B
Makefile
Raw Normal View History

# 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
2015-11-20 10:15:56 +01:00
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem:autoplist
.include <bsd.port.mk>