blob: 0001d679970ffef8d4d6994cb1610726ed511e53 (
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
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>
|