mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# $FreeBSD: head/misc/rubygem-mimemagic/Makefile 508780 2019-08-12 19:45:56Z sunpoet $
|
|
|
|
PORTNAME= mimemagic
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= MIME detection by extension or content in pure ruby
|
|
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|