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

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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides a state tracking and event firing utility

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>