diff options
Diffstat (limited to 'net/p5-SNMP-Util/Makefile')
-rw-r--r-- | net/p5-SNMP-Util/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/p5-SNMP-Util/Makefile b/net/p5-SNMP-Util/Makefile index e1566db80e67..558fcdc7262d 100644 --- a/net/p5-SNMP-Util/Makefile +++ b/net/p5-SNMP-Util/Makefile @@ -14,14 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= fenner@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= SNMP::Util.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |