forked from Lainports/freebsd-ports
Support Ruby 2.6, drop Ruby < 2.4 support. Changes: https://github.com/toshia/pluggaloid/compare/v1.1.2..v1.2.0
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pluggaloid
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= meta@FreeBSD.org
|
|
COMMENT= Extensible plugin system for mikutter
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-delayer>=0:devel/rubygem-delayer \
|
|
rubygem-instance_storage>=1.0.0:devel/rubygem-instance_storage
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|