forked from Lainports/freebsd-ports
25 lines
515 B
Makefile
25 lines
515 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bones
|
|
PORTVERSION= 3.8.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Tool to create new projects from code skeleton
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
|
|
rubygem-loquacious>=1.9<2:devel/rubygem-loquacious \
|
|
rubygem-rake>=12.0<13:devel/rubygem-rake
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/bones
|
|
|
|
.include <bsd.port.mk>
|