18 lines
344 B
Makefile
18 lines
344 B
Makefile
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>
|