mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -postgresql95
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.5
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|