582203d6be
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).
14 lines
319 B
Makefile
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"
|