aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-daemon_controller/Makefile
blob: 8aa8e338d8aa8bbe18edbb943523cfb1a14c3413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>