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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby coercion library
WWW=		https://github.com/solnic/coercible

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-descendants_tracker>=0.0.1:devel/rubygem-descendants_tracker

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>