openbsd-ports/mail/p5-Mail-SPF-Query/Makefile
steven e3688cac57 update to 1.999.1
ok maintainer
2006-03-05 12:25:30 +00:00

37 lines
853 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/03/05 12:25:30 steven Exp $
COMMENT= "perl module to query Sender Policy Framework"
DISTNAME= Mail-SPF-Query-1.999.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MAINTAINER= David Hill <dhill@mindcry.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
RUN_DEPENDS= :p5-Net-CIDR-Lite->=0.15:net/p5-Net-CIDR-Lite \
:p5-Net-DNS->=0.46:net/p5-Net-DNS \
:p5-Sys-Hostname-Long-*:net/p5-Sys-Hostname-Long \
:p5-URI-*:www/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
PKG_ARCH= *
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Mail-SPF-Query
${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/p5-Mail-SPF-Query
.include <bsd.port.mk>