aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-tidy/Makefile
blob: 975d52ba943e02b82f289ba735fa31fc31f39d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    rubygem-tidy
# Date created:             29 Jan 2007
# Whom:                 IWATSUKI Hiroyuki <don@na.rim.or.jp>
#
# $FreeBSD$
#

PORTNAME=   tidy
PORTVERSION=    1.1.2
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= don@na.rim.or.jp
COMMENT=    Ruby interface to HTML Tidy Library Project

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>