diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-05-11 23:46:30 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-05-11 23:46:30 +0000 |
commit | 740b7ff067e9a4950228fcfef257b2e7d4e698fe (patch) | |
tree | dcf48f35e1c0d88d803a17ef2347231f73df8d9b /databases/postgresql93-pltcl | |
parent | ac81cc3d846e16912cf3720409f0934c2d7617ef (diff) |
Notes
Diffstat (limited to 'databases/postgresql93-pltcl')
-rw-r--r-- | databases/postgresql93-pltcl/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile new file mode 100644 index 000000000000..4025cc54334a --- /dev/null +++ b/databases/postgresql93-pltcl/Makefile @@ -0,0 +1,10 @@ +# New ports collection makefile for: PostgreSQL PL/Perl +# Date created: January 14, 2002 +# Whom: Palle Girgensohn <girgen@partitur.se> +# +# $FreeBSD$ +# + +WANT_PGSQL_VER= 92 + +.include "${.CURDIR}/../postgresql90-pltcl/Makefile" |