diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-MIME-Types/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-MIME-Types/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-MIME-Types/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-MIME-Types/pkg-descr | 5 | ||||
-rw-r--r-- | mail/p5-MIME-Types/pkg-plist | 4 |
6 files changed, 34 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index be3733781b4b..4ed47875927f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -94,6 +94,7 @@ SUBDIR += p5-IMAP-Admin SUBDIR += p5-MIME-Lite SUBDIR += p5-MIME-Tools + SUBDIR += p5-MIME-Types SUBDIR += p5-Mail-Audit SUBDIR += p5-Mail-Box SUBDIR += p5-Mail-Bulkmail diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile new file mode 100644 index 000000000000..8b8ce29cf196 --- /dev/null +++ b/mail/p5-MIME-Types/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-MIME-Types +# Date created: 15 March 2001 +# Whom: - +# +# $FreeBSD$ + +PORTNAME= MIME-Types +PORTVERSION= 0.03 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MIME +PKGNAMEPREFIX= p5- + +MAINTAINER= killer@prosalg.no + +PERL_CONFIGURE= YES + +MAN3= MIME::Types.3 + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo new file mode 100644 index 000000000000..446bf5a3c2a3 --- /dev/null +++ b/mail/p5-MIME-Types/distinfo @@ -0,0 +1 @@ +MD5 (MIME-Types-0.03.tar.gz) = 8218edf28c2be8b78e111be1e299acab diff --git a/mail/p5-MIME-Types/pkg-comment b/mail/p5-MIME-Types/pkg-comment new file mode 100644 index 000000000000..766608957bce --- /dev/null +++ b/mail/p5-MIME-Types/pkg-comment @@ -0,0 +1 @@ +MIME-Types is a Perl extension for determining MIME types diff --git a/mail/p5-MIME-Types/pkg-descr b/mail/p5-MIME-Types/pkg-descr new file mode 100644 index 000000000000..6f8199067f26 --- /dev/null +++ b/mail/p5-MIME-Types/pkg-descr @@ -0,0 +1,5 @@ +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. diff --git a/mail/p5-MIME-Types/pkg-plist b/mail/p5-MIME-Types/pkg-plist new file mode 100644 index 000000000000..65603ebc8d33 --- /dev/null +++ b/mail/p5-MIME-Types/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types/.packlist +lib/perl5/site_perl/%%PERL_VER%%/MIME/Types.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/MIME/Types +@dirrm lib/perl5/site_perl/%%PERL_VER%%/MIME/Types.pm |