mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
a2456b580c
PR: ports/152516 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# Ports collection makefile for: rubygem-loofah
|
|
# Date created: 29 May 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= loofah
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Library for manipulating HTML/XML documents and fragments
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.3.3:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|