diff options
Diffstat (limited to 'net-mgmt/py-snmp4-apps/Makefile')
-rw-r--r-- | net-mgmt/py-snmp4-apps/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-mgmt/py-snmp4-apps/Makefile b/net-mgmt/py-snmp4-apps/Makefile index 959d7ddbc93a..3454309c0a32 100644 --- a/net-mgmt/py-snmp4-apps/Makefile +++ b/net-mgmt/py-snmp4-apps/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-pysnmp4-apps -# Date created: Sun Apr 9 23:07:14 CDT 2006 -# Whom: Martin Jackson <mhjacks@swbell.net> -# +# Created by: Martin Jackson <mhjacks@swbell.net> # $FreeBSD$ -# PORTNAME= snmp4-apps -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP \ SF/pysnmp/pysnmp-apps/${PORTVERSION} @@ -17,9 +13,8 @@ MAINTAINER= mhjacks@swbell.net COMMENT= Command line utilities for pysnmp4 LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.1:${PORTSDIR}/net-mgmt/py-snmp4 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4 # Python3 ready USE_PYTHON= yes |