2006-08-20 18:30:32 +02:00
|
|
|
# New ports collection makefile for: surblhost
|
|
|
|
# Date created: 20 August 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= surblhost
|
2007-04-09 21:02:08 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2006-08-20 18:30:32 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-08-20 18:30:32 +02:00
|
|
|
COMMENT= Check if a hostname is blacklisted
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
2007-04-09 21:02:08 +02:00
|
|
|
.include <bsd.port.mk>
|