blob: d350049788cb00ad32744b6d9b069dd113a1cc8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: rubygem-hpricot
# Date created: Jan 19, 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= hpricot
PORTVERSION= 0.6
CATEGORIES= www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= gems
MAINTAINER= clsung@FreeBSD.org
COMMENT= A Fast, Enjoyable HTML Parser for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>
|