aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-MIME-Base64/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 23:24:42 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 23:24:42 +0000
commit59df8af48ea44d533d5de8118602cc174bda92da (patch)
tree099d3028bb9a8d6c138c5cf52f3b004582a91035 /converters/p5-MIME-Base64/Makefile
parent3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff)
downloadports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz
ports-59df8af48ea44d533d5de8118602cc174bda92da.zip
update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27419
Diffstat (limited to 'converters/p5-MIME-Base64/Makefile')
-rw-r--r--converters/p5-MIME-Base64/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile
index 32dbb184ccd7..72f69c0bec1f 100644
--- a/converters/p5-MIME-Base64/Makefile
+++ b/converters/p5-MIME-Base64/Makefile
@@ -1,22 +1,22 @@
# New ports collection makefile for: p5-MIME-Base64
-# Version required: 2.10
# Date created: June 21th 1997
# Whom: ache@freebsd.org
#
# $FreeBSD$
#
-DISTNAME= MIME-Base64-2.11
-PKGNAME= p5-MIME-Base64-2.11
+PORTNAME= p5-MIME-Base64
+PORTVERSION= 2.11
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= MIME
+MASTER_SITE_SUBDIR= MIME
+DISTNAME= MIME-Base64-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_PERL5= YES
-MAN3= MIME::Base64.3 \
+MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}