1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/rubygem-htmltools/Makefile
Dirk Meyer 851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00

21 lines
408 B
Makefile

# $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
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>