mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add misc/erlang-mimerl, an Erlang library to handle MIME types.
This commit is contained in:
parent
195924fed9
commit
65be26ad82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400243
@ -77,6 +77,7 @@
|
||||
SUBDIR += e2fsprogs-libuuid
|
||||
SUBDIR += elixir-uuid
|
||||
SUBDIR += elscreen
|
||||
SUBDIR += erlang-mimerl
|
||||
SUBDIR += esniper
|
||||
SUBDIR += estic
|
||||
SUBDIR += excel-writer
|
||||
|
17
misc/erlang-mimerl/Makefile
Normal file
17
misc/erlang-mimerl/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mimerl
|
||||
PORTVERSION= 1.0.0
|
||||
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>
|
2
misc/erlang-mimerl/distinfo
Normal file
2
misc/erlang-mimerl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (benoitc-mimerl-1.0.0_GH0.tar.gz) = 531e5bf5bd896bd3d340f7c297614e38f4e4fec76c76596ba000308ed689cd29
|
||||
SIZE (benoitc-mimerl-1.0.0_GH0.tar.gz) = 536412
|
3
misc/erlang-mimerl/pkg-descr
Normal file
3
misc/erlang-mimerl/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Erlang library to handle MIME types.
|
||||
|
||||
WWW: https://github.com/benoitc/mimerl
|
6
misc/erlang-mimerl/pkg-plist
Normal file
6
misc/erlang-mimerl/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/erlang/lib/mimerl-%%VERSION%%/ebin/mimerl.app
|
||||
lib/erlang/lib/mimerl-%%VERSION%%/ebin/mimerl.beam
|
||||
lib/erlang/lib/mimerl-%%VERSION%%/src/mimerl.app.src
|
||||
lib/erlang/lib/mimerl-%%VERSION%%/src/mimerl.erl
|
||||
lib/erlang/lib/mimerl-%%VERSION%%/src/mimerl.erl.src
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
Loading…
Reference in New Issue
Block a user