blob: 741b721765349d9d90758a53926fa8c84e2441ba (
plain)
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
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= rubigen
PORTVERSION= 1.5.8
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby generic generator framework
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport>=2.3.5:devel/rubygem-activesupport
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/install_rubigen_scripts \
bin/ruby_app \
bin/rubigen
.include <bsd.port.mk>
|