freebsd-ports/textproc/erlang-edown/Makefile
Jimmy Olgeni a0b3668460 Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump.
2015-07-06 22:27:17 +00:00

17 lines
283 B
Makefile

# $FreeBSD$
PORTNAME= edown
PORTVERSION= 0.7
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= EDoc extension for generating Github-flavored Markdown
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= uwiger
ERL_DOCS= doc/*
.include <bsd.port.mk>