37a124c30c
- Take maintainership Changes: https://github.com/minad/mimemagic/blob/master/CHANGELOG.md
19 lines
299 B
Makefile
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>
|