bdaada4d3f
This library allows for the identification of a file's likely MIME content type. The identification of MIME content type is based on a file's filename extensions.
14 lines
360 B
Makefile
14 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:19:40 jlam Exp $
|
|
|
|
DISTNAME= mime-types-1.15
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mime-types.rubyforge.org/
|
|
COMMENT= Definition of MIME types for Ruby
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|