mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
21 lines
363 B
Makefile
21 lines
363 B
Makefile
PORTNAME= pgFormatter
|
|
PORTVERSION= 5.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PostgreSQL SQL syntax beautifier
|
|
WWW= https://github.com/darold/pgFormatter
|
|
|
|
LICENSE= PostgreSQL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= darold
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|