26 lines
483 B
Makefile
26 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.25 2019/07/12 20:47:35 sthen Exp $
|
|
|
|
COMMENT = iterative SPF lookup
|
|
|
|
DISTNAME = Mail-SPF-Iterator-1.119
|
|
|
|
CATEGORIES = mail
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = net/p5-Net-DNS>=0.62 \
|
|
www/p5-URI
|
|
TEST_DEPENDS = net/p5-IO-Socket-INET6 \
|
|
net/p5-Socket6
|
|
|
|
PKG_ARCH = *
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/samples/spflookup.pl ${PREFIX}/bin/spflookup
|
|
|
|
.include <bsd.port.mk>
|