p5-Authen-NTLM is already in RUN_DEPENDS, and swaks now uses Digest::SHA from base, not p5-Digest-SHA1. ok sthen@ schwarze@ benoit@
36 lines
716 B
Makefile
36 lines
716 B
Makefile
# $OpenBSD: Makefile,v 1.19 2017/01/17 16:09:15 jca Exp $
|
|
|
|
COMMENT= swiss army knife SMTP transaction tester
|
|
|
|
DISTNAME= swaks-20170101.0
|
|
REVISION= 0
|
|
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://jetmore.org/john/code/swaks/
|
|
MASTER_SITES= http://jetmore.org/john/code/swaks/
|
|
|
|
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= 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_TEST= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
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>
|