Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / erlang-cowlib / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       cowlib
4 PORTVERSION=    1.0.2
5 PORTEPOCH=      1
6 CATEGORIES=     www
7 PKGNAMEPREFIX=  erlang-
8
9 MAINTAINER=     erlang@FreeBSD.org
10 COMMENT=        Erlang support library for manipulating Web protocols
11
12 LICENSE=        ISCL
13
14 USES=           erlang:rebar
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     ninenines
17
18 OPTIONS_DEFINE= DOCS
19
20 .include <bsd.port.mk>