9c10be1937
Update ruby-mini_mime to 1.0.2. pkgsr change: Add "USE_LANGUAGES= # none". 08-07-2019 - Version 1.0.2 - Update mime types from upstream
14 lines
331 B
Makefile
14 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/11/02 15:12:26 taca Exp $
|
|
|
|
DISTNAME= mini_mime-1.0.2
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/discourse/mini_mime
|
|
COMMENT= Lightweight mime type lookup toy
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|