freebsd-ports/mail/p5-Mail-OpenRelay-Simple/Makefile
Ryan Steinmetz caeaebda9f - Reset maintainer due to fatal email bounces
Reported by:	portscout
2014-01-16 13:05:20 +00:00

20 lines
480 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Mail-OpenRelay-Simple
PORTVERSION= 0.02
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Check if a mail server runs as an open relay
RUN_DEPENDS= p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Net-Telnet>=3.03:${PORTSDIR}/net/p5-Net-Telnet
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>