freebsd-ports/devel/rubygem-daemons/Makefile
2020-07-24 07:51:58 +00:00

19 lines
312 B
Makefile

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