blob: 14e4729ec32e2358ec426de9a8d30bd5dc5bc2d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= daemons
PORTVERSION= 1.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Toolkit to convert your script to a controllable daemon
WWW= https://github.com/thuehlinger/daemons
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|