mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2c5472f32f
- Add LICENSE - Remove leading indefinite article from COMMENT - Sort PLIST Changes: https://github.com/drnic/rubigen/blob/master/History.txt
25 lines
469 B
Makefile
25 lines
469 B
Makefile
# 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:${PORTSDIR}/devel/rubygem-activesupport
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/install_rubigen_scripts \
|
|
bin/ruby_app \
|
|
bin/rubigen
|
|
|
|
.include <bsd.port.mk>
|