9f35216f2f
WWW: https://github.com/FooBarWidget/daemon_controller PR: ports/151847 Submitted by: Jacob Atzen <jatzen at gmail.com>
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# New ports collection makefile for: daemon_controller
|
|
# Date created: 31 October 2010
|
|
# Whom: Jacob Atzen <jatzen@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= daemon_controller
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMEPREFIX= rubygem-
|
|
|
|
MAINTAINER= jatzen@gmail.com
|
|
COMMENT= A library for implementing daemon management capabilities
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|