forked from Lainports/opnsense-ports
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -postgresql94
|
|
|
|
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
|
|
|
|
PGTCL_SLAVE= 9.4
|
|
MASTERDIR= ${.CURDIR}/../pgtcl
|
|
|
|
.include "${MASTERDIR}/Makefile"
|