summaryrefslogtreecommitdiff
path: root/devel/rubygem-bones/Makefile
blob: ce7f04a0ee321231db84083c832f8f5ff98734a7 (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
PORTNAME=	bones
PORTVERSION=	3.9.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Tool to create new projects from code skeleton
WWW=		https://github.com/TwP/bones

LICENSE=	MIT

RUN_DEPENDS=	rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
		rubygem-loquacious>=1.9<2:devel/rubygem-loquacious \
		rubygem-rake>=13.0<14:devel/rubygem-rake \
		rubygem-rdoc>=6.0<7:devel/rubygem-rdoc

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/bones

.include <bsd.port.mk>