mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a233bbcfca
- Remove 4.x cruft PR: ports/114581 Submitted by: Hubert Tournier <hubert@frbsd.org> Approved by: sat (mentor)
26 lines
607 B
Makefile
26 lines
607 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= 1
|
|
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}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
|
|
${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>
|