2007-02-03 18:27:47 +01:00
|
|
|
# Ports collection makefile for: rubygem-hpricot
|
|
|
|
# Date created: Jan 19, 2007
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hpricot
|
2011-12-05 02:01:29 +01:00
|
|
|
PORTVERSION= 0.8.5
|
2007-02-03 18:27:47 +01:00
|
|
|
CATEGORIES= www rubygems
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2007-02-03 18:27:47 +01:00
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2007-02-03 18:27:47 +01:00
|
|
|
COMMENT= A Fast, Enjoyable HTML Parser for Ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-05-29 16:59:26 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|