1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/ruby-tmpl/Makefile
Sean Chittenden 563c36833c Updating maintainer e-mail address
Reviewed by:	knu (mentor)
Approved by:	knu (mentor)
2002-09-04 19:41:43 +00:00

27 lines
509 B
Makefile

# New ports collection makefile for: ruby-tmpl
# Date created: 2001-08-22
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tmpl
PORTVERSION= 0.2.3
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= seanc@FreeBSD.org
USE_RUBY= yes
NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
.include <bsd.port.mk>