blob: f4c831dc774eecbad8ff2b6e0cf8f0460004be6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $FreeBSD$
PORTREVISION= 1
PKGNAMESUFFIX= -postgresql96
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
PGTCL_SLAVE= 9.6
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"
|