freebsd-ports/security/expiretable/Makefile
Mark Linimon 24db567a8b Mark as not for 4.X and old 5.X (requires pf library).
PR:		ports/92483
Submitted by:	maintainer
2006-01-29 03:59:52 +00:00

24 lines
515 B
Makefile

# 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
MAN1= expiretable.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502106
IGNORE= is only for 5.3 and above (requires pf library)
.endif
.include <bsd.port.post.mk>