a23f375e6d
Notable bugs fixed: - Last release introduced a bug where Date: headers were localized, which is against RFC. Further, that localization then broke character rendering in some locales. A new fix for the original issue (#17) was put in place, which no longer localizes the Date: header and fixes the newly introduced rendering issue (#25) - Last release introduced a bug which prevented –protect-prompt from working. This is now fixed (#26)
29 lines
717 B
Makefile
29 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/10/17 08:36:26 schmonz Exp $
|
|
|
|
DISTNAME= swaks-20201014.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${HOMEPAGE}files/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= https://www.jetmore.org/john/code/swaks/
|
|
COMMENT= Featureful, flexible, scriptable SMTP test tool
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
#DEPENDS+= p5-Authen-NTLM (not in pkgsrc)
|
|
DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
|
|
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
|
|
|
|
USE_TOOLS+= perl:run
|
|
USE_LANGUAGES= # none
|
|
REPLACE_PERL= ${PKGBASE}
|
|
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} ${DESTDIR}${PREFIX}/bin/${PKGBASE}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|