65450e8639
Required by net-im/mikutter 5.0.4.
20 lines
403 B
Makefile
20 lines
403 B
Makefile
PORTNAME= pluggaloid
|
|
PORTVERSION= 1.7.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>=1.1.0:devel/rubygem-delayer \
|
|
rubygem-instance_storage>=1.0.0<2:devel/rubygem-instance_storage
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|