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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Mixin to add configuration functionality to your classes
WWW=		https://github.com/dry-rb/dry-configurable

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-dry-core>=1.1<2:devel/rubygem-dry-core \
		rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>