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/p5-pRPC | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/p5-pRPC')
-rw-r--r-- | net/p5-pRPC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile index 188fecacd27d..2a11262e4e3c 100644 --- a/net/p5-pRPC/Makefile +++ b/net/p5-pRPC/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: p5-pRPC -# Version required: 0.1005 # Date Created: Aug 18 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pRPC-modules-0.1005 -PKGNAME= p5-pRPC-modules-0.1005 +PORTNAME= p5-pRPC-modules +PORTVERSION= 0.1005 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RPC +DISTNAME= pRPC-modules-0.1005 MAINTAINER= vanilla@FreeBSD.org |