25 lines
475 B
Makefile
25 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.16 2013/10/11 23:50:01 naddy Exp $
|
|
|
|
COMMENT= perl module to query Sender Policy Framework
|
|
|
|
DISTNAME= Mail-SPF-Query-1.999.1
|
|
REVISION= 4
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= Michael Erdely <merdely@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
RUN_DEPENDS= net/p5-Net-CIDR-Lite>=0.15 \
|
|
net/p5-Net-DNS>=0.46 \
|
|
net/p5-Sys-Hostname-Long \
|
|
www/p5-URI
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|