mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
- postgresql 11 is set to reach EOL on 2023-11-09 See : https://www.postgresql.org/support/versioning/ - Set EXPIRATION_DATE on 2023-12-31 - Fix CONFLICTS for postgresql11-pgtcl
12 lines
262 B
Makefile
12 lines
262 B
Makefile
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -postgresql11
|
|
|
|
DEPRECATED= PostgreSQL-11 will reach end-of-life on 2023-11-09
|
|
EXPIRATION_DATE=2023-12-31
|
|
|
|
CONFLICTS= pgtcl pgtcl-postgresql1[012345]
|
|
|
|
PGTCL_SLAVE= 11
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|