opnsense-ports/misc/rubygem-mimemagic/Makefile
Franco Fichtner 8eea836691 */*: sync with upstream
Taken from: FreeBSD
2017-01-02 09:08:01 +01:00

19 lines
363 B
Makefile

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