Index: head/devel/p5-SNMP-Persist/Makefile =================================================================== --- head/devel/p5-SNMP-Persist/Makefile (revision 518097) +++ head/devel/p5-SNMP-Persist/Makefile (revision 518098) @@ -1,26 +1,26 @@ # Created by: Philippe Audeoud # $FreeBSD$ PORTNAME= SNMP-Persist PORTVERSION= 0.05 PORTREVISION= 1 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 +COMMENT= Backend module for pass_persist feature of Net-SNMP USES= perl5 USE_PERL5= configure .include .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