mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
24 lines
366 B
Makefile
24 lines
366 B
Makefile
# Created by: Jov amutu@amutu.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgFormatter
|
|
PORTVERSION= 4.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PostgreSQL SQL syntax beautifier
|
|
|
|
LICENSE= PostgreSQL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= darold
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|