freebsd-ports/textproc/rubygem-htmltools/Makefile
Steve Wills e7abcc4e4e - Mark as broken with Ruby 1.9
Approved by:	portmgr
2011-07-04 17:46:12 +00:00

24 lines
525 B
Makefile

# 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
MASTER_SITES= RG
DISTNAME= htmltools-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Tools for parsing and manipulating HTML text in Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>