Files
bsdports/ruby/rubygem-mimemagic/Makefile
2019-12-26 07:26:06 +00:00

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>