blob: a90b6eb520fa5b8623a62e12f01c5fa2b3d2bb52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $FreeBSD$
WANT_PGSQL_VER= 92
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01]-[0-9]*
MASTERDIR= ${.CURDIR}/../pgtcl
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|