forked from Lainports/freebsd-ports
12 lines
250 B
Makefile
12 lines
250 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -postgresql10
|
|
|
|
CONFLICTS= pgtcl pgtcl-postgresql9[0123456]
|
|
|
|
DEPRECATED= PostgreSQL-10 has reached end-of-life
|
|
EXPIRATION_DATE=2023-03-07
|
|
|
|
PGTCL_SLAVE= 10
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|