blob: 0c707ca003eac5a3df236df4d87993eb27068c3c (
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
26
27
28
|
# New ports collection makefile for: p5-SNMP-Persist
# Date created: 2007-10-18
# Whom: Philippe Audeoud <jadawin@tuxaco.net>
#
# $FreeBSD$
#
PORTNAME= SNMP-Persist
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= The module is a backend for pass_persist feature of net-snmp
PERL_CONFIGURE= yes
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>
|