diff options
Diffstat (limited to 'databases/postgresql91-plperl/Makefile')
-rw-r--r-- | databases/postgresql91-plperl/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile index 6a5f8da5195a..9b58f3b8c24c 100644 --- a/databases/postgresql91-plperl/Makefile +++ b/databases/postgresql91-plperl/Makefile @@ -5,13 +5,6 @@ # $FreeBSD$ # -PORTNAME= postgresql -PKGNAMESUFFIX= -plperl - -MAINTAINER= pgsql@FreeBSD.org -COMMENT= Write SQL functions for PostgreSQL using Perl5 - WANT_PGSQL_VER= 91 -USE_PERL5= yes .include "${.CURDIR}/../postgresql90-plperl/Makefile" |