20 lines
420 B
Makefile
20 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= temple
|
|
PORTVERSION= 0.6.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Template compilation framework in Ruby
|
|
|
|
#RUN_DEPENDS= rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt \
|
|
# rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
|
|
# rubygem-bacon>=0:${PORTSDIR}/devel/rubygem-bacon
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|