1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/textproc/rubygem-htmltools/Makefile
Dirk Meyer 77b1ab3f78 Ruby-htmltools tools for parsing and manipulating HTML text in Ruby.
It can be used for programmatically access outside HTML-pages.
I hope to extend it to become a web-publishing framework in the future.

Author: Johannes Brodwall <johannes@brodwall.com>
WWW: http://rubyforge.org/projects/ruby-htmltools/
2007-02-16 11:45:33 +00:00

20 lines
513 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= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ruby-htmltools
DISTNAME= htmltools-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Tools for parsing and manipulating HTML text in Ruby
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>