blob: 67759b654a546e8a4bb14a9e85e642143a8d358d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|