opnsense-ports/devel/rubygem-bones/Makefile
Franco Fichtner 91d6ac7b46 */*: sync with upstream
Taken from: FreeBSD
2017-01-04 07:25:40 +01:00

24 lines
507 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:devel/rubygem-little-plugger \
rubygem-loquacious>=1.9:devel/rubygem-loquacious \
rubygem-rake>=12.0:devel/rubygem-rake
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/bones
.include <bsd.port.mk>