22 lines
445 B
Makefile
22 lines
445 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
PORTNAME= templater
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby code generation framework
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:textproc/rubygem-diff-lcs \
|
|
rubygem-extlib>=0.9.5:devel/rubygem-extlib \
|
|
rubygem-highline>=1.4.0:devel/rubygem-highline
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|