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