30 lines
729 B
Makefile
30 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/05/24 19:52:54 wiz Exp $
|
|
|
|
DISTNAME= swaks-20201014.0
|
|
PKGREVISION= 1
|
|
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"
|