1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/security/expiretable/Makefile
Renato Botelho 712ed31c3e security/expiretable: Fix build on 13+
get_states() is the reason it stopped building on FreeBSD 13 and newer.
Retire this function since it's not used anywhere and get the build
fixed.

PR:		253547
Reported by:	mike@sentex.net
Reviewed by:	kp
Approved by:	maintainer timeout (2 weeks)
Obtained from:	pfSense
MFH:		2021Q2
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-05-04 09:18:48 -03:00

15 lines
318 B
Makefile

# Created by: Cristiano Deana <cris@gufi.org>
PORTNAME= expiretable
PORTVERSION= 0.6
PORTREVISION= 2
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
.include <bsd.port.mk>