mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
ChangeLog: https://github.com/FooBarWidget/daemon_controller/compare/release-1.2.0...release-3.0.0
17 lines
375 B
Makefile
17 lines
375 B
Makefile
PORTNAME= daemon_controller
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= Library for implementing daemon management capabilities
|
|
WWW= https://github.com/FooBarWidget/daemon_controller/tree/master
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem python:env shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|