aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-power_assert/Makefile
blob: 1c4e13f0d19dc4eb37d37bd31788ee5964911f1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	power_assert
PORTVERSION=	2.0.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Power Assert for Ruby
WWW=		https://github.com/ruby/power_assert

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY=	${WRKSRC}/COPYING

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>