diff options
author | girgen <girgen@FreeBSD.org> | 2014-05-21 06:26:21 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2014-05-21 06:26:21 +0800 |
commit | be99155fc828fd49525875ff7d3d1c7f9d7211bc (patch) | |
tree | 7173901b628d2a29af0d8eede457eee1e9c89793 /databases | |
parent | e89265af943595c924a84296ac9609fc715166cd (diff) | |
download | freebsd-ports-gnome-be99155fc828fd49525875ff7d3d1c7f9d7211bc.tar.gz freebsd-ports-gnome-be99155fc828fd49525875ff7d3d1c7f9d7211bc.tar.zst freebsd-ports-gnome-be99155fc828fd49525875ff7d3d1c7f9d7211bc.zip |
Add -docs, -plgtcl, -plperl, -plpython and -pltcl to the flora of postgresql94-ports
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql94-docs/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql94-pgtcl/Makefile | 10 | ||||
-rw-r--r-- | databases/postgresql94-plperl/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql94-plpython/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql94-pltcl/Makefile | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/databases/postgresql94-docs/Makefile b/databases/postgresql94-docs/Makefile new file mode 100644 index 000000000000..755aac07d8b3 --- /dev/null +++ b/databases/postgresql94-docs/Makefile @@ -0,0 +1,6 @@ +# Created by: Palle Girgensohn <girgen@pingpong.net> +# $FreeBSD$ + +WANT_PGSQL_VER=94 + +.include "${.CURDIR}/../postgresql91-docs/Makefile" diff --git a/databases/postgresql94-pgtcl/Makefile b/databases/postgresql94-pgtcl/Makefile new file mode 100644 index 000000000000..4574dab2e20c --- /dev/null +++ b/databases/postgresql94-pgtcl/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +WANT_PGSQL_VER= 94 +PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER} + +CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]* + +MASTERDIR= ${.CURDIR}/../pgtcl + +.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile new file mode 100644 index 000000000000..603971fdbd5b --- /dev/null +++ b/databases/postgresql94-plperl/Makefile @@ -0,0 +1,7 @@ +# Created by: Palle Girgensohn <girgen@partitur.se> +# $FreeBSD$ + +PORTREVISION= 0 +WANT_PGSQL_VER= 94 + +.include "${.CURDIR}/../postgresql90-plperl/Makefile" diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile new file mode 100644 index 000000000000..19611fb5474d --- /dev/null +++ b/databases/postgresql94-plpython/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +PORTREVISION= 0 +WANT_PGSQL_VER= 94 + +.include "${.CURDIR}/../postgresql90-plpython/Makefile" diff --git a/databases/postgresql94-pltcl/Makefile b/databases/postgresql94-pltcl/Makefile new file mode 100644 index 000000000000..156af92863db --- /dev/null +++ b/databases/postgresql94-pltcl/Makefile @@ -0,0 +1,6 @@ +# Created by: Palle Girgensohn <girgen@partitur.se> +# $FreeBSD$ + +WANT_PGSQL_VER= 94 + +.include "${.CURDIR}/../postgresql91-pltcl/Makefile" |