ae5826331c
Version 1.1.0 - Fixes 'prepare' and 'execute' calls - Refactor Version 1.0.1 - Repository is now called p1_pgsql for consistency - Initial release on Hex.pm - Standard ProcessOne build chain - Setup Travis-CI and test coverage, tests still needed
15 lines
409 B
Makefile
15 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/04/22 13:42:12 fhajny Exp $
|
|
|
|
DISTNAME= p1_pgsql-1.1.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/processone/p1_pgsql/
|
|
COMMENT= Pure Erlang PostgreSQL driver
|
|
LICENSE= erlang-public-license
|
|
|
|
GITHUB_PROJECT= p1_pgsql
|
|
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|