jeremy c05953ca48 Import ruby-mini_mime 1.0.0
Minimal mime type implementation optimized for minimal memory use.

OK fcambus@
2018-08-09 22:39:51 +00:00

18 lines
310 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/08/09 22:39:51 jeremy Exp $
COMMENT= minimal mime type implementation
DISTNAME= mini_mime-1.0.0
CATEGORIES= mail
HOMEPAGE= https://github.com/discourse/mini_mime
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>