summaryrefslogtreecommitdiff
path: root/security/smtpscan/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-19 21:37:11 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-19 21:37:11 +0000
commitffd50101dc31a0bafa98745e078b103b6968a441 (patch)
tree580f5e669d006f6e9b5eb3321fda9325f84a8925 /security/smtpscan/Makefile
parentupdate to mytop-1.3 (diff)
Add smtpscan 0.3.1, a remote SMTP server version detector.
PR: 46221 Submitted by: Hubert Tournier <hubert@frbsd.org>
Notes
Notes: svn path=/head/; revision=79316
Diffstat (limited to 'security/smtpscan/Makefile')
-rw-r--r--security/smtpscan/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile
new file mode 100644
index 000000000000..beca41bd6d2b
--- /dev/null
+++ b/security/smtpscan/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: smtpscan
+# Date created: 1 decembre 2002
+# Whom: Hubert Tournier <hubert@frbsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= smtpscan
+PORTVERSION= 0.3.1
+CATEGORIES= security mail perl5
+MASTER_SITES= http://www.greyhats.org/outils/smtpscan/
+
+MAINTAINER= hubert@frbsd.org
+COMMENT= A remote SMTP server version detector
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/IO.pm:${PORTSDIR}/devel/p5-IO \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
+
+USE_PERL5= yes
+MAN1= smtpscan.1
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+pre-build:
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>