opnsense-ports/databases/pgFormatter/Makefile
Franco Fichtner f0011d238f */*: sync with upstream
Taken from: FreeBSD
2023-03-22 09:27:13 +01:00

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>