18 lines
311 B
Makefile
18 lines
311 B
Makefile
# Created by: Rui Lopes (<rgl ruilopes com>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= daemons
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Toolkit to convert your script to a controllable daemon
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|