forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -postgresql93
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0124]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.3
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|