freebsd-ports/www/ruby-tmpl/Makefile
Akinori MUSHA 13273b7d09 Add ruby-tmpl, an online/offline templating system a la eRuby/ERb.
PR:		ports/29975
Submitted by:	Sean Chittenden <sean@chittenden.org>
2001-08-24 06:28:09 +00:00

26 lines
515 B
Makefile

# 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>