mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
20 lines
446 B
Makefile
20 lines
446 B
Makefile
PORTNAME= dry-configurable
|
|
PORTVERSION= 1.2.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.0<2:devel/rubygem-dry-core \
|
|
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|