1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/rubygem-rubigen/Makefile
Sunpoet Po-Chuan Hsieh 2c5472f32f - Update to 1.5.8
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Sort PLIST

Changes:	https://github.com/drnic/rubigen/blob/master/History.txt
2013-12-05 20:28:30 +00:00

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>