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