freebsd-ports/net-mgmt/nagios-pf-plugin/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

22 lines
416 B
Makefile

# Created by: Kian Mohageri <kian.mohageri@gmail.com>
# $FreeBSD$
PORTNAME= nagios-pf-plugin
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= rand@iteris.com
COMMENT= Nagios plugin for checking PF
USE_GITHUB= yes
GH_ACCOUNT= kian
GH_TAGNAME= 2aba423
PLIST_FILES= libexec/nagios/check_pf
SUB_FILES= pkg-message
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>