Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
330 B
Makefile
15 lines
330 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
|
|
|
|
.include <bsd.port.mk>
|