eda3b90eb9
from maintainer Johan Fredin <johan at spelaroll.se>
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/01/29 11:20:00 sturm Exp $
|
|
|
|
COMMENT= "removes entries from pf tables based on their age"
|
|
|
|
DISTNAME= expiretable-0.6
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://expiretable.fnord.se/
|
|
|
|
MAINTAINER= Johan Fredin <johan@spelaroll.se>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|