summaryrefslogtreecommitdiff
path: root/irc/p5-IRC
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:28:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:28:35 +0000
commit19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614 (patch)
treef709c540360b05902eaa4381230ac22bc93de501 /irc/p5-IRC
parentConvert to the PORTNAME - PORTVERSION syntax. (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27459
Diffstat (limited to 'irc/p5-IRC')
-rw-r--r--irc/p5-IRC/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile
index 39f52402f9e7..3dbcfe8fb0ed 100644
--- a/irc/p5-IRC/Makefile
+++ b/irc/p5-IRC/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: p5-IRC
-# Version required: 0.62
# Date created: 07 August 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= Net-IRC-0.62
-PKGNAME= p5-IRC-0.62
-CATEGORIES= irc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+PORTNAME= p5-IRC
+PORTVERSION 0.62
+CATEGORIES= irc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
+DISTNAME= Net-IRC-${PORTVERSION}
MAINTAINER= jedgar@fxp.org