20 lines
401 B
Makefile
20 lines
401 B
Makefile
# New ports collection makefile for: rubygem-fssm
|
|
# Date created: 2011-10-07
|
|
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fssm
|
|
PORTVERSION= 0.2.8.1
|
|
CATEGORIES= sysutils ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Provides a state tracking and event firing utility
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|