mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
712ed31c3e
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")
15 lines
318 B
Makefile
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>
|