1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/erlang-cowlib/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
303 B
Makefile

PORTNAME= cowlib
PORTVERSION= 1.0.2
PORTEPOCH= 1
CATEGORIES= www
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang support library for manipulating Web protocols
LICENSE= ISCL
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= ninenines
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>