18 lines
261 B
Makefile
18 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mimerl
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= misc
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang library to handle mimetypes
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= benoitc
|
|
|
|
.include <bsd.port.mk>
|