summaryrefslogtreecommitdiff
path: root/www/ruby-tmpl/Makefile
blob: de3aede5048577b776d8300268609f77e730ca4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	ruby-tmpl
# Date created:		2001-08-22
# Whom:			Sean Chittenden <sean@chittenden.org>
#
# $FreeBSD$
#

PORTNAME=	tmpl
PORTVERSION=	0.2.2
CATEGORIES=	www textproc ruby
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	ruby-${PORTNAME}
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR=	ruby

MAINTAINER=	sean@chittenden.org

USE_RUBY=	yes

NO_BUILD=	yes

do-install:
	cd ${WRKSRC} && ${RUBY} install.rb

.include <bsd.port.mk>