1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/textproc/rubygem-loofah/Makefile
Philip M. Gollucci a2456b580c - Update to 1.0.0
PR:             ports/152516
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-12-07 01:50:49 +00:00

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>