diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net-mgmt/p5-SNMP_Session | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip FreeBSD-ports-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net-mgmt/p5-SNMP_Session')
-rw-r--r-- | net-mgmt/p5-SNMP_Session/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile index 238a946..2354f04 100644 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ b/net-mgmt/p5-SNMP_Session/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: p5-SNMP_Session -# Version required: 0.72 # Date created: 13 June 1999 # Whom: Stephen J. Roznowski <sjr@home.net> # # $FreeBSD$ # -DISTNAME= SNMP_Session-0.75 -PKGNAME= p5-SNMP_Session-0.75 +PORTNAME= p5-SNMP_Session +PORTVERSION= 0.75 CATEGORIES= net perl5 MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/ +DISTNAME= SNMP_Session-0.75 MAINTAINER= ports@FreeBSD.org |