diff options
Diffstat (limited to 'databases/postgresql12-pgtcl/Makefile')
| -rw-r--r-- | databases/postgresql12-pgtcl/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql12-pgtcl/Makefile b/databases/postgresql12-pgtcl/Makefile new file mode 100644 index 000000000000..45164fb64a65 --- /dev/null +++ b/databases/postgresql12-pgtcl/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PORTREVISION= 0 +PKGNAMESUFFIX= -postgresql12 + +CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* pgtcl-postgresql1[013-9]-* + +PGTCL_SLAVE= 12 +MASTERDIR= ${.CURDIR}/../pgtcl + +.include "${MASTERDIR}/Makefile" |
