freebsd-ports/devel/rubygem-marcel/Makefile
Sunpoet Po-Chuan Hsieh 601aba35dd Add rubygem-marcel 0.3.2
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).

WWW: https://github.com/basecamp/marcel
2018-04-11 19:37:54 +00:00

21 lines
388 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= marcel
PORTVERSION= 0.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple mime type detection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-mimemagic>=0.3.2:misc/rubygem-mimemagic
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>