diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-12-18 22:11:29 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-12-18 22:11:29 +0800 |
commit | 52036a7d5215963d32053db6aa3df27b06ad2311 (patch) | |
tree | 9b674dc1f4ca10f53488968002db9813c3eb47a8 | |
parent | dd4f52125caa99b2a0830af12fabdd6e4cd9aa84 (diff) | |
download | freebsd-ports-gnome-52036a7d5215963d32053db6aa3df27b06ad2311.tar.gz freebsd-ports-gnome-52036a7d5215963d32053db6aa3df27b06ad2311.tar.zst freebsd-ports-gnome-52036a7d5215963d32053db6aa3df27b06ad2311.zip |
- Really commit Makefile
-rw-r--r-- | net-mgmt/p5-SNMP-Info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/p5-SNMP-Info/Makefile b/net-mgmt/p5-SNMP-Info/Makefile index 9ee24ac18a0a..acd613d1ebb6 100644 --- a/net-mgmt/p5-SNMP-Info/Makefile +++ b/net-mgmt/p5-SNMP-Info/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SNMP-Info -PORTVERSION= 3.08 +PORTVERSION= 3.10 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Perl5 module for gathering information from network devices LICENSE= BSD -LIB_DEPENDS= libnetsnmp.so.30:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp USES= perl5 USE_PERL5= configure |