diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-04-19 21:37:11 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-04-19 21:37:11 +0000 |
commit | ffd50101dc31a0bafa98745e078b103b6968a441 (patch) | |
tree | 580f5e669d006f6e9b5eb3321fda9325f84a8925 /security/smtpscan/Makefile | |
parent | 605eca3b12a47e3f34ec198703f16a6a3510424f (diff) |
Notes
Diffstat (limited to 'security/smtpscan/Makefile')
-rw-r--r-- | security/smtpscan/Makefile | 27 |
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> |