blob: 23899e0e81e877823f168ec80a3567bb6fabe0ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: smtpscan
# Date created: 1 decembre 2002
# Whom: Hubert Tournier <hubert@frbsd.org>
#
# $FreeBSD$
#
PORTNAME= smtpscan
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= security mail perl5
MASTER_SITES= http://www.frbsd.org/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= A remote SMTP server version detector
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
MAN1= smtpscan.1
MAKEFILE=${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
|