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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Module to define equality, equivalence and inspection methods
WWW=		https://github.com/dry-rb/dry-equalizer

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>