a0b3668460
These do not require a PORTREVISION bump.
17 lines
283 B
Makefile
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>
|