Adding of new port mail/p5-MIME-Types,
a Perl extension for determining MIME types
This commit is contained in:
parent
25b3f1a5b9
commit
5ef256c2d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42156
6 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
22
mail/p5-MIME-Types/Makefile
Normal file
22
mail/p5-MIME-Types/Makefile
Normal file
|
@ -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>
|
1
mail/p5-MIME-Types/distinfo
Normal file
1
mail/p5-MIME-Types/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (MIME-Types-0.03.tar.gz) = 8218edf28c2be8b78e111be1e299acab
|
1
mail/p5-MIME-Types/pkg-comment
Normal file
1
mail/p5-MIME-Types/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
MIME-Types is a Perl extension for determining MIME types
|
5
mail/p5-MIME-Types/pkg-descr
Normal file
5
mail/p5-MIME-Types/pkg-descr
Normal file
|
@ -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.
|
4
mail/p5-MIME-Types/pkg-plist
Normal file
4
mail/p5-MIME-Types/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue