mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
15 lines
311 B
Makefile
15 lines
311 B
Makefile
# Created by: Ederson de Moura <ederbs@ederbs.org>
|
|
|
|
PORTNAME= upsdaemon
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://BSDforge.com/projects/sysutils/upsdaemon/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Simple APC UPS Daemon
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_RC_SUBR= upsdaemon
|
|
|
|
.include <bsd.port.mk>
|