mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
77b1ab3f78
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/
20 lines
513 B
Makefile
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>
|