mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# Created by: anarcat@anarcat.ath.cx
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nagircbot
|
|
PORTVERSION= 0.0.33
|
|
CATEGORIES= net-mgmt irc
|
|
MASTER_SITES= http://www.vanheusden.com/nagircbot/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= IRC bot for Nagios
|
|
|
|
USES= gmake tar:tgz
|
|
USE_RC_SUBR= nagircbot
|
|
|
|
PLIST_FILES= bin/nagircbot
|
|
|
|
.include <bsd.port.mk>
|