freebsd-ports/security/expiretable/Makefile
Raphael Kubo da Costa eccc66583e Make the port work with FreeBSD 9.x and later.
Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x.

PR:		ports/175527
Submitted by:	Cristiano Deana <cris@gufi.org> (maintainer)
2013-06-22 21:11:40 +00:00

16 lines
351 B
Makefile

# Created by: Cristiano Deana <cris@gufi.org>
# $FreeBSD$
PORTNAME= expiretable
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://expiretable.fnord.se/
MAINTAINER= cris@gufi.org
COMMENT= Utility to remove entries from the pf(4) table based on their age
USE_RC_SUBR= expiretable
MAN1= expiretable.1
.include <bsd.port.mk>