blob: 67ac06be9bce14534ded4d8b1fdca607506c407d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: expiretable
# Date created: 7 January 2006
# Whom: Cristiano Deana <cris@gufi.org>
#
# $FreeBSD$
#
PORTNAME= expiretable
PORTVERSION= 0.6
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>
|