17 lines
349 B
Makefile
17 lines
349 B
Makefile
# Created by: Jacob Atzen <jatzen@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= daemon_controller
|
|
PORTVERSION= 1.1.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMEPREFIX= rubygem-
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= A library for implementing daemon management capabilities
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|