summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fssm/Makefile
blob: 656f41878ea0f7515ed3c457ed834e90b280bf9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	fssm
PORTVERSION=	0.2.10
CATEGORIES=	sysutils ruby
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	State tracking and event firing utility

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>