1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/surblhost/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

18 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>