diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-02-19 19:21:02 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-02-19 19:21:02 +0000 |
commit | 4faae88624910d5e8aa873bf1aad9d04918c76dd (patch) | |
tree | 68ae6a985b8e82778a8aeb7ef7f5152ae94f45da /databases/postgresql91-plperl | |
parent | 3fecce1e66ed4f57903efcbf5f5dc880a82c8718 (diff) | |
download | ports-4faae88624910d5e8aa873bf1aad9d04918c76dd.tar.gz ports-4faae88624910d5e8aa873bf1aad9d04918c76dd.zip |
- Replace the p5-postgresql-plperl port with versioned ports. This replaces
the fragile autodetection logic with unambiguous ports, creates packages
that work, and also ensures that each version is tested.
- Take back maintainership; should be maintained together with postgresql-server
- While here, remove p5-prefix; the packages have not had this for years, so we
may as well update the port directories now
Notes
Notes:
svn path=/head/; revision=291845
Diffstat (limited to 'databases/postgresql91-plperl')
-rw-r--r-- | databases/postgresql91-plperl/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile new file mode 100644 index 000000000000..7c50407c0a6b --- /dev/null +++ b/databases/postgresql91-plperl/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: PostgreSQL PL/Perl +# Date created: January 14, 2002 +# Whom: Palle Girgensohn <girgen@partitur.se> +# +# $FreeBSD$ +# + +PORTNAME= postgresql +PKGNAMESUFFIX= -plperl + +MAINTAINER= crees@FreeBSD.org +COMMENT= Write SQL functions for PostgreSQL using Perl5 + +WANT_PGSQL_VER= 91 +USE_PERL5= yes + +.include "${.CURDIR}/../postgresql90-plperl/Makefile" |