2003-04-19 21:37:11 +00:00
|
|
|
# New ports collection makefile for: smtpscan
|
|
|
|
# Date created: 1 decembre 2002
|
|
|
|
# Whom: Hubert Tournier <hubert@frbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smtpscan
|
2003-07-02 20:01:26 +00:00
|
|
|
PORTVERSION= 0.5
|
2003-04-19 21:37:11 +00:00
|
|
|
CATEGORIES= security mail perl5
|
|
|
|
MASTER_SITES= http://www.greyhats.org/outils/smtpscan/
|
|
|
|
|
|
|
|
MAINTAINER= hubert@frbsd.org
|
|
|
|
COMMENT= A remote SMTP server version detector
|
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO \
|
2004-01-03 20:30:39 +00:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
2003-04-19 21:37:11 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
MAN1= smtpscan.1
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|