summaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Types/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-17 02:42:03 +0000
committerminskim <minskim>2004-02-17 02:42:03 +0000
commitbf3568899da7142ae82d6b9123109210cc4cac23 (patch)
treec538fae25910925bdb84b50899dad073c8ee6e85 /mail/p5-MIME-Types/Makefile
parent55401f8066115b4d569696bf1451f58819364459 (diff)
downloadpkgsrc-bf3568899da7142ae82d6b9123109210cc4cac23.tar.gz
Import p5-MIME-Types from pkgsrc-wip. Packaged by Adrian Portelli,
and slightly modified by me. A start for a more detailed data-structure to keep knowledge about various data types are defined by MIME. Some basic treatments with mime types are implemented.
Diffstat (limited to 'mail/p5-MIME-Types/Makefile')
-rw-r--r--mail/p5-MIME-Types/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile
new file mode 100644
index 00000000000..66dfcfb4009
--- /dev/null
+++ b/mail/p5-MIME-Types/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 02:42:03 minskim Exp $
+
+DISTNAME= MIME-Types-1.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
+
+MAINTAINER= adrianp@stindustries.net
+HOMEPAGE= http://perl.overmeer.net/mimetypes/
+COMMENT= Definition of MIME types
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MIME/Types/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"