freebsd-ports/security/smtpscan/Makefile
Jun Kuriyama 9f86f5c17c - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).

Approved by:	portmgr (itetcu)
2010-01-23 07:28:11 +00:00

24 lines
542 B
Makefile

# 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= hubert@frbsd.org
COMMENT= A remote SMTP server version detector
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
MAN1= smtpscan.1
MAKEFILE=${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>