aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bacon/Makefile
blob: deb8f801a9f2545410cc6a91b17d33407b7dcdd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	bacon
PORTVERSION=	1.2.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Small RSpec clone
WWW=		https://github.com/leahneukirchen/bacon

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem

PLIST_FILES=	bin/bacon

.include <bsd.port.mk>