blob: e4f4f8235b9af0743f09540c18fd909a08ccad74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|