freebsd-ports/devel/p5-SNMP-Persist/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

28 lines
629 B
Makefile

# 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= 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>