aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Lite
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 04:17:20 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-07-06 04:17:20 +0000
commit061d5a3406cb8c9c75b7e980072dcba5201f0f8f (patch)
tree383777396a9156ed5afb9acfefcea001d76d9218 /mail/p5-MIME-Lite
parenta0efc573a62831b7afd5160e4099f2537f6b794b (diff)
downloadports-061d5a3406cb8c9c75b7e980072dcba5201f0f8f.tar.gz
ports-061d5a3406cb8c9c75b7e980072dcba5201f0f8f.zip
Update to 3.01.
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52263 No response from: maintainer
Notes
Notes: svn path=/head/; revision=84261
Diffstat (limited to 'mail/p5-MIME-Lite')
-rw-r--r--mail/p5-MIME-Lite/Makefile5
-rw-r--r--mail/p5-MIME-Lite/distinfo2
-rw-r--r--mail/p5-MIME-Lite/pkg-descr2
-rw-r--r--mail/p5-MIME-Lite/pkg-plist11
4 files changed, 11 insertions, 9 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile
index 711e754db878..81723debb386 100644
--- a/mail/p5-MIME-Lite/Makefile
+++ b/mail/p5-MIME-Lite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= MIME-Lite
-PORTVERSION= 2.117
+PORTVERSION= 3.01
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
@@ -17,7 +17,6 @@ COMMENT= A simple interface for creating (not parsing!) MIME messages
PERL_CONFIGURE= YES
-MAN3= MIME::Lite.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= MIME::Lite.3 MIME::changes.3
.include <bsd.port.mk>
diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo
index e4265af3f147..244f6531714f 100644
--- a/mail/p5-MIME-Lite/distinfo
+++ b/mail/p5-MIME-Lite/distinfo
@@ -1 +1 @@
-MD5 (MIME-Lite-2.117.tar.gz) = aacd69f446b5d0fd33c8d910b0c7f362
+MD5 (MIME-Lite-3.01.tar.gz) = b41eb689819775fd8df360458fc2d507
diff --git a/mail/p5-MIME-Lite/pkg-descr b/mail/p5-MIME-Lite/pkg-descr
index 075aa53c934c..7a583ec6f6cc 100644
--- a/mail/p5-MIME-Lite/pkg-descr
+++ b/mail/p5-MIME-Lite/pkg-descr
@@ -11,5 +11,7 @@ will contain the Net::SMTP code required.
If you need more sophisticated behaviour from MIME, please install the
MIME::tools package instead.
+WWW: http://search.cpan.org/dist/MIME-Lite/
+
-- Alex Perel
<veers@disturbed.net>
diff --git a/mail/p5-MIME-Lite/pkg-plist b/mail/p5-MIME-Lite/pkg-plist
index a17146d307c8..a023e7774470 100644
--- a/mail/p5-MIME-Lite/pkg-plist
+++ b/mail/p5-MIME-Lite/pkg-plist
@@ -1,5 +1,6 @@
-lib/perl5/site_perl/%%PERL_VER%%/MIME/Lite.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Lite/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Lite
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MIME 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true
+%%SITE_PERL%%/MIME/Lite.pm
+%%SITE_PERL%%/MIME/changes.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/MIME 2>/dev/null || true