freebsd-ports/misc/rubygem-mimemagic/Makefile
Sunpoet Po-Chuan Hsieh a13b0e40b2 - Update to 0.3.1
- Pass maintainership to ruby@

Changes:	https://github.com/minad/mimemagic/commits/master
PR:		206493
Submitted by:	Michael Fausten <ports@michael-fausten.de> (maintainer)
2016-01-23 15:11:07 +00:00

20 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= mimemagic
PORTVERSION= 0.3.1
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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>