forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
335 B
Makefile
17 lines
335 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
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/surblhost.1.gz
|
|
|
|
.include <bsd.port.mk>
|