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