summaryrefslogtreecommitdiff
path: root/textproc/rubygem-htmltools/Makefile
blob: bb557ff6edbf213adb5aa15cbb9c735e4ed99d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	htmltools
PORTVERSION=	1.10
CATEGORIES=	textproc www rubygems
MASTER_SITES=	RG
DISTNAME=	htmltools-${PORTVERSION}

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Tools for parsing and manipulating HTML text in Ruby

DEPRECATED=	Does not work with Ruby 1.9
EXPIRATION_DATE=	2013-05-02

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN=	does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>