pkgsrc/mail/R-mime/Makefile
mef 582203d6be (mail/R-mime) Updated 0.7 to 0.9. make test runs fine
CHANGES IN mime VERSION 0.9

MINOR CHANGES

  o Added the MIME type for .jsonp files (thanks, @clabornd, #11).

                 CHANGES IN mime VERSION 0.8

MINOR CHANGES

  o Added the MIME type for .scss files (thanks, @cpsievert, #10).
2020-09-20 06:03:19 +00:00

14 lines
319 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/09/20 06:03:19 mef Exp $
R_PKGNAME= mime
R_PKGVER= 0.9
CATEGORIES= mail
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Map filenames to MIME types
LICENSE= gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"