# New ports collection makefile for:	p5-SNMP-Persist
# Date created:				2007-10-18
# Whom:					Philippe Audeoud <jadawin@tuxaco.net>
#
# $FreeBSD: ports/devel/p5-SNMP-Persist/Makefile,v 1.1 2007/12/27 16:03:39 tabthorpe Exp $
#

PORTNAME=	SNMP-Persist
PORTVERSION=	0.05
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	SNMP
PKGNAMEPREFIX=	p5-

MAINTAINER=	jadawin@tuxaco.net
COMMENT=	The module is a backend for pass_persist feature of net-snmp

PERL_CONFIGURE=	5.8.0+

MAN3=		SNMP::Persist.3

.include <bsd.port.pre.mk>

PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || true
.  if ${PERL_THREADED} == ""
IGNORE=		must be built with a threaded Perl
.  endif

.include <bsd.port.post.mk>
