2007-02-16 12:45:33 +01:00
|
|
|
# Ports collection makefile for: htmltools
|
|
|
|
# Date created: 16 feb 2007
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= htmltools
|
|
|
|
PORTVERSION= 1.10
|
|
|
|
CATEGORIES= textproc www rubygems
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2007-02-16 12:45:33 +01:00
|
|
|
DISTNAME= htmltools-${PORTVERSION}
|
|
|
|
|
2012-06-29 06:07:49 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2007-02-16 12:45:33 +01:00
|
|
|
COMMENT= Tools for parsing and manipulating HTML text in Ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2011-07-04 19:46:12 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${RUBY_VER} == 1.9
|
2011-12-21 00:03:12 +01:00
|
|
|
BROKEN= does not work with ruby 1.9
|
2011-07-04 19:46:12 +02:00
|
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|