Introduce PostgreSQL-15 to the ports tree. Make version 15 the master port, and add plist parameter for the postgresql version. Release notes: https://www.postgresql.org/docs/devel/release.html
9 lines
202 B
Makefile
9 lines
202 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -postgresql15
|
|
|
|
CONFLICTS= pgtcl pgtcl-postgresql9[0123456] pgtcl-postgresql1[0123-56789]
|
|
|
|
PGTCL_SLAVE= 15
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|