pkgsrc/mail/R-mime/Makefile
brook 17e7d9f354 Initial import of mime v0.1.2 as mail/R-mime.
This package guesses the MIME type from a filename extension using the
data derived from /etc/mime.types in UNIX-type systems.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:44:28 +00:00

15 lines
360 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/09/19 20:44:28 brook Exp $
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/mime/
COMMENT= Map filenames to MIME types
# TODO: LICENSE= GPL
R_PKGNAME= mime
R_PKGVER= 0.1.2
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"