aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Types
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-02-27 14:07:18 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-02-27 14:07:18 +0000
commitabc33dbdfcaaea582800cee8f245fd8f578cab95 (patch)
tree99111339253efe0f84b8c52a0aa4f34c9ecd648d /mail/p5-MIME-Types
parent4ffa625a92c76310ac169c3b994d31842d27f209 (diff)
downloadports-abc33dbdfcaaea582800cee8f245fd8f578cab95.tar.gz
ports-abc33dbdfcaaea582800cee8f245fd8f578cab95.zip
Notes
Diffstat (limited to 'mail/p5-MIME-Types')
-rw-r--r--mail/p5-MIME-Types/Makefile7
-rw-r--r--mail/p5-MIME-Types/distinfo2
-rw-r--r--mail/p5-MIME-Types/pkg-descr7
-rw-r--r--mail/p5-MIME-Types/pkg-plist11
4 files changed, 13 insertions, 14 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile
index 16e228f5900e..95f724614785 100644
--- a/mail/p5-MIME-Types/Makefile
+++ b/mail/p5-MIME-Types/Makefile
@@ -5,19 +5,18 @@
# $FreeBSD$
PORTNAME= MIME-Types
-PORTVERSION= 0.04
+PORTVERSION= 1.005
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MIME
PKGNAMEPREFIX= p5-
-MAINTAINER= killer@prosalg.no
+MAINTAINER= skv@FreeBSD.org
COMMENT= MIME-Types is a Perl extension for determining MIME types
-NO_WRKSUBDIR= YES
PERL_CONFIGURE= YES
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= MIME::Types.3
+MAN3= MIME::Type.3 MIME::Types.3
.include <bsd.port.mk>
diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo
index 7f2190901c34..033cda3cb273 100644
--- a/mail/p5-MIME-Types/distinfo
+++ b/mail/p5-MIME-Types/distinfo
@@ -1 +1 @@
-MD5 (MIME-Types-0.04.tar.gz) = 812e9a997f5ed719340d06ead2f783f4
+MD5 (MIME-Types-1.005.tar.gz) = 3f9f1ffbb2ad4da64ac3c81dc4b99c2b
diff --git a/mail/p5-MIME-Types/pkg-descr b/mail/p5-MIME-Types/pkg-descr
index 6f8199067f26..d49587fa9c57 100644
--- a/mail/p5-MIME-Types/pkg-descr
+++ b/mail/p5-MIME-Types/pkg-descr
@@ -1,5 +1,4 @@
-This Perl module is built to conform to the MIME types standard
-defined in RFC 1341 and updated by RFC's 1521 and 1522.
+This Perl module is built to conform to the MIME types standard defined
+in RFC 1341 and updated by RFC's 1521 and 1522.
-NOTE: This is ALPHA code. There are no guarantees that any of the subroutines
-described here will not have their names or return values changed.
+WWW: http://search.cpan.org/dist/MIME-Types/
diff --git a/mail/p5-MIME-Types/pkg-plist b/mail/p5-MIME-Types/pkg-plist
index 2c75e39780c1..3b7792d3e87b 100644
--- a/mail/p5-MIME-Types/pkg-plist
+++ b/mail/p5-MIME-Types/pkg-plist
@@ -1,5 +1,6 @@
-lib/perl5/site_perl/%%PERL_VER%%/MIME/Types.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/MIME 2>/dev/null || true
+%%SITE_PERL%%/MIME/Type.pm
+%%SITE_PERL%%/MIME/Types.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Types
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/MIME 2>/dev/null || true