diff options
Diffstat (limited to 'databases/postgresql84-plperl/Makefile')
-rw-r--r-- | databases/postgresql84-plperl/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/postgresql84-plperl/Makefile b/databases/postgresql84-plperl/Makefile index 49cc7458d0da..7946ba6173cc 100644 --- a/databases/postgresql84-plperl/Makefile +++ b/databases/postgresql84-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= 84 -USE_PERL5= yes .include "${.CURDIR}/../postgresql90-plperl/Makefile" |