17 lines
334 B
Makefile
17 lines
334 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= surblhost
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Check if a hostname is blacklisted
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/surblhost.1.gz
|
|
|
|
.include <bsd.port.mk>
|