summaryrefslogtreecommitdiff
path: root/mail/surblhost/Makefile
blob: 3eb67403eb9f8aea75e1ce567311bea6c310296f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	surblhost
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	mail
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Check if a hostname is blacklisted
WWW=		https://surblhost.sourceforge.net/

USES=	tar:bzip2
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES=	bin/${PORTNAME} \
		share/man/man1/surblhost.1.gz

.include <bsd.port.mk>