freebsd-ports/devel/rubygem-marcel/Makefile
2018-09-16 00:06:59 +00:00

22 lines
389 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= marcel
PORTVERSION= 0.3.3
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>