aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-bones/Makefile
blob: 636d362cb2dc2686ff5be3370fdd3d2b9ecdd433 (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
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	bones
PORTVERSION=	3.8.3
PORTREVISION=	1
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>=10.0:devel/rubygem-rake

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

PLIST_FILES=	bin/bones

.include <bsd.port.mk>