blob: 1c0c90a6c04cd969dff88af4fdd9f2390fa03a5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|