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

MAINTAINER=	meta@FreeBSD.org
COMMENT=	Extensible plugin system for mikutter
WWW=		https://github.com/toshia/pluggaloid

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

RUN_DEPENDS=	rubygem-delayer>=1.1.0:devel/rubygem-delayer \
		rubygem-instance_storage>=1.0.0<2:devel/rubygem-instance_storage

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>