aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-hpricot/Makefile
blob: 9745604fb4833ef95946476512fa25d4055ef7d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	hpricot
PORTVERSION=	0.8.6
PORTREVISION=	1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast, Enjoyable HTML Parser for Ruby
WWW=		https://github.com/hpricot/hpricot

LICENSE=	MIT

USES=		gem

.include <bsd.port.mk>