2006-06-05 16:24:41 +02:00
|
|
|
# Ports collection makefile for: daemons
|
|
|
|
# Date created: 20 May 2006
|
|
|
|
# Whom: Rui Lopes (<rgl ruilopes com>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= daemons
|
2008-03-26 00:01:14 +01:00
|
|
|
PORTVERSION= 1.0.10
|
2006-06-05 16:24:41 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2007-12-14 04:41:28 +01:00
|
|
|
MASTER_SITES= RF
|
2006-06-05 16:24:41 +02:00
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2006-06-05 16:24:41 +02:00
|
|
|
COMMENT= A toolkit to convert your script to a controllable daemon
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:11:37 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|