forked from Lainports/freebsd-ports
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -postgresql94
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.4
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
DEPRECATED= PostgreSQL-9.4 has reached end-of-life
|
|
EXPIRATION_DATE=2020-07-24
|
|
|
|
.include "${MASTERDIR}/Makefile"
|