pkgsrc/devel/ruby-marcel/Makefile
taca 94a0b53a84 devel/ruby-marcel: add version 0.3.3
Marcel attempts to choose the most appropriate content type for a given file
by looking at the binary data, the filename, and any declared type (perhaps
passed as a request header).
2018-12-06 14:25:06 +00:00

16 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/12/06 14:25:06 taca Exp $
DISTNAME= marcel-0.3.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/basecamp/marcel
COMMENT= Simple mime type detection using magic numbers and more
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-mimemagic>=0.3.2<0.4:../../misc/ruby-mimemagic
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"