freebsd-ports/misc/rubygem-mimemagic/Makefile
2020-05-06 05:14:30 +00:00

19 lines
299 B
Makefile

# $FreeBSD$
PORTNAME= mimemagic
PORTVERSION= 0.3.5
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= MIME detection by extension or content in pure ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>