forked from Lainports/opnsense-ports
23 lines
500 B
Makefile
23 lines
500 B
Makefile
PORTNAME= daemon_controller
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
SHEBANG_FILES= rpm/get_distro_id.py
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/debian.template/rules
|
|
|
|
.include <bsd.port.mk>
|