mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
17 lines
252 B
Makefile
17 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= epgsql
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Erlang PostgreSQL Database Client
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|