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