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

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Contracts for ruby
WWW=		https://github.com/egonSchiele/contracts.ruby

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>