mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-marcel/Makefile 479857 2018-09-16 00:06:59Z sunpoet $
|
|
|
|
PORTNAME= marcel
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple mime type detection
|
|
|
|
|
|
RUN_DEPENDS= rubygem-mimemagic>=0.3.2:ruby/rubygem-mimemagic
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|