freebsd-ports/devel/rubygem-pluggaloid/Makefile
2019-06-09 06:04:46 +00:00

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>