diff options
Diffstat (limited to 'databases/rubygem-pg-gitlab/Makefile')
-rw-r--r-- | databases/rubygem-pg-gitlab/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/rubygem-pg-gitlab/Makefile b/databases/rubygem-pg-gitlab/Makefile new file mode 100644 index 000000000000..a38f94f8e673 --- /dev/null +++ b/databases/rubygem-pg-gitlab/Makefile @@ -0,0 +1,24 @@ +PORTNAME= pg +PORTVERSION= 1.6.1 +CATEGORIES= databases rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Ruby interface to PostgreSQL library +WWW= https://github.com/ged/ruby-pg + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE + +USES= gem pgsql + +CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ + --with-pgsql-lib-dir=`${PG_CONFIG} --libdir` +PG_CONFIG= ${LOCALBASE}/bin/pg_config + +PORTSCOUT= limit:^1\.6\. + +.include <bsd.port.mk> |