diff options
Diffstat (limited to 'databases/postgresql17-pgtcl/Makefile')
-rw-r--r-- | databases/postgresql17-pgtcl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql17-pgtcl/Makefile b/databases/postgresql17-pgtcl/Makefile new file mode 100644 index 000000000000..82c21695e2a7 --- /dev/null +++ b/databases/postgresql17-pgtcl/Makefile @@ -0,0 +1,9 @@ +PORTREVISION= 0 +PKGNAMESUFFIX= -postgresql17 + +CONFLICTS= pgtcl pgtcl-postgresql1[012345689] + +PGTCL_SLAVE= 17 +MASTERDIR= ${.CURDIR}/../pgtcl + +.include "${MASTERDIR}/Makefile" |