diff options
Diffstat (limited to 'misc/rubygem-mimemagic/Makefile')
-rw-r--r-- | misc/rubygem-mimemagic/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/rubygem-mimemagic/Makefile b/misc/rubygem-mimemagic/Makefile new file mode 100644 index 000000000000..b4fb3ad8fec2 --- /dev/null +++ b/misc/rubygem-mimemagic/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= mimemagic +PORTVERSION= 0.3.0 +CATEGORIES= misc rubygems +MASTER_SITES= RG + +MAINTAINER= ports@michael-fausten.de +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 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |