diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net-mgmt/p5-SNMP_Session | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
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 238a946e067d..2354f04df7f0 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 |