21 lines
426 B
Makefile
21 lines
426 B
Makefile
# Created by: Ederson de Moura <ederbs@ederbs.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= upsdaemon
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ederbs.org/pub/ \
|
|
ftp://ederbs.org/pub/
|
|
|
|
MAINTAINER= freebsduser@paradisegreen.co.uk
|
|
COMMENT= Simple APC UPS Daemon
|
|
|
|
BROKEN= unfetchable
|
|
DEPRECATED= Broken for more than 6 months
|
|
EXPIRATION_DATE= 2020-05-05
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_RC_SUBR= upsdaemon
|
|
|
|
.include <bsd.port.mk>
|