mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
296 B
Makefile
21 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= earmark
|
|
PORTVERSION= 1.2.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Markdown parser for Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pragdave
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|