18 lines
310 B
Makefile
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>
|