3a7a230cb3
- New maintainer's email - Add NO_REGRESS From Johan Fredin <johan@spelaroll.se>
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/11/10 21:46:56 alek Exp $
|
|
|
|
COMMENT= "removes entries from pf tables based on their age"
|
|
|
|
DISTNAME= expiretable-0.5
|
|
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>
|