mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
17 lines
251 B
Makefile
17 lines
251 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= epgsql
|
|
PORTVERSION= 3.3.0
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang PostgreSQL Database Client
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|