aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-contracts/Makefile
blob: fbb6d070d11119df4205df10738ad5d2283b3112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	contracts
PORTVERSION=	0.10.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Contracts for ruby

LICENSE=	BSD2CLAUSE
# Version 0.10.1 does not have this file
# LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>