aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SNMP-Persist/Makefile
blob: c66dc34206e12b6d4dc2d0b7e0f38eedc3b8bde6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Philippe Audeoud <jadawin@tuxaco.net>

PORTNAME=	SNMP-Persist
PORTVERSION=	0.05
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Backend module for pass_persist feature of Net-SNMP

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.pre.mk>

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

.include <bsd.port.post.mk>