diff options
author | az <az@FreeBSD.org> | 2013-09-10 20:14:21 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 20:14:21 +0800 |
commit | b100f1912b3db825c8d075307b5007a27df175c5 (patch) | |
tree | 9aeebeb9aec3579ec4feb99b00bee1dad3a4c734 /databases/pgtop/Makefile | |
parent | db3853701966451ad1bd6c1e02b7ea92c710d7b4 (diff) | |
download | freebsd-ports-gnome-b100f1912b3db825c8d075307b5007a27df175c5.tar.gz freebsd-ports-gnome-b100f1912b3db825c8d075307b5007a27df175c5.tar.zst freebsd-ports-gnome-b100f1912b3db825c8d075307b5007a27df175c5.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'databases/pgtop/Makefile')
-rw-r--r-- | databases/pgtop/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/pgtop/Makefile b/databases/pgtop/Makefile index 635735f9fca8..1dae100b578a 100644 --- a/databases/pgtop/Makefile +++ b/databases/pgtop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pgtop -# Date created: 30 May 2006 -# Whom: Bartek Rutkowski <r@robakdesign.com> -# +# Created by: Bartek Rutkowski <r@robakdesign.com> # $FreeBSD$ -# PORTNAME= pgtop PORTVERSION= 0.05 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-DBD-Pg>=1.22:${PORTSDIR}/databases/p5-DBD-Pg \ p5-DBI>=1.16:${PORTSDIR}/databases/p5-DBI -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pgtop.1 |