opnsense-ports/devel/rubygem-marcel/Makefile
Franco Fichtner e78f46c866 */*: sync with upstream
Taken from: HardenedBSD
2018-04-12 03:54:01 +02: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>