mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
661c724a90
PR: ports/134683 Submitted by: pgollucci
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# Ports collection makefile for: rubygem-hpricot
|
|
# Date created: Jan 19, 2007
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hpricot
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= gems
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A Fast, Enjoyable HTML Parser for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|