12 lines
227 B
Makefile
12 lines
227 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTREVISION= 0
|
||
|
PKGNAMESUFFIX= -postgresql13
|
||
|
|
||
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* pgtcl-postgresql1[012-49]-*
|
||
|
|
||
|
PGTCL_SLAVE= 13
|
||
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|