1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/security/expiretable/Makefile
Gabor Kovesdan 573aed523c - Add rc.d script
- Bump PORTREVISION

PR:		ports/107208
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	erwin (mentor)
2006-12-27 22:46:05 +00:00

26 lines
540 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
USE_RC_SUBR= expiretable
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>