aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bones/Makefile
blob: b4b8b212c549aa07026ee675bc7a7ca662b6c8d2 (plain) (blame)
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: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	bones
PORTVERSION=	3.8.3
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:${PORTSDIR}/devel/rubygem-little-plugger \
		rubygem-loquacious>=1.9:${PORTSDIR}/devel/rubygem-loquacious \
		rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/bones

.include <bsd.port.mk>