freebsd-ports/misc/rubygem-mimemagic/Makefile
Sunpoet Po-Chuan Hsieh 37a124c30c Update to 0.3.3
- Take maintainership

Changes:	https://github.com/minad/mimemagic/blob/master/CHANGELOG.md
2019-08-12 19:45:56 +00:00

19 lines
299 B
Makefile

# $FreeBSD$
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>