freebsd-ports/sysutils/pftables/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

27 lines
495 B
Makefile

# Created by: Thomas Zander <riggs@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= pftables
PORTVERSION= 0.1
CATEGORIES= sysutils
MAINTAINER= riggs@FreeBSD.org
COMMENT= Minimal rc script to save and restore pf tables upon reboots
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= riggs-
GH_TAGNAME= 6a29e7a
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= etc/rc.d/pftables
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pftables ${STAGEDIR}${PREFIX}/etc/rc.d
.include <bsd.port.mk>