freebsd-ports/devel/rubygem-contracts/Makefile
Matthias Fechner 96daaa6486 devel/rubygem-contracts: remove the license file for this version.
The current version:
https://github.com/egonSchiele/contracts.ruby
has the license file.

Reported by:	pkg-fallout
2019-08-31 14:52:08 +00:00

21 lines
373 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
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>