mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
54245b3ff4
PR: ports/108716 Submitted by: IWATSUKI Hiroyuki <don at na.rim.or.jp>
20 lines
476 B
Makefile
20 lines
476 B
Makefile
# 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= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= don@na.rim.or.jp
|
|
COMMENT= Ruby interface to HTML Tidy Library Project
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|