1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/erlang-edown/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

20 lines
307 B
Makefile

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