openbsd-ports/mail/swaks/Makefile
benoit cda00b8ebe - update swaks to 20120320.0
- update license
- update RUN_DEPENDS (more functionality)

Maintainer timeout
2013-01-25 15:07:03 +00:00

35 lines
765 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/01/25 15:07:03 benoit Exp $
COMMENT= swiss army knife SMTP transaction tester
DISTNAME= swaks-20120320.0
CATEGORIES= mail
HOMEPAGE= http://jetmore.org/john/code/swaks/
MASTER_SITES= http://jetmore.org/john/code/swaks/
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= net/p5-Net-DNS \
security/p5-Net_SSLeay \
security/p5-Authen-SASL \
security/p5-Authen-NTLM \
net/p5-IO-Socket-INET6
NO_REGRESS= YES
do-build:
cd ${WRKSRC} && pod2man swaks swaks.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/swaks ${PREFIX}/bin/swaks
${INSTALL_MAN} ${WRKSRC}/swaks.1 ${PREFIX}/man/man1
.include <bsd.port.mk>