mirror of
https://github.com/opnsense/ports.git
synced 2026-04-13 20:55:17 -05:00
17 lines
238 B
Makefile
17 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pg_array_parser
|
|
PORTVERSION= 0.0.9
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast PostreSQL array parsing
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|