diff options
Diffstat (limited to 'textproc/p5-Text-SimpleTable/Makefile')
-rw-r--r-- | textproc/p5-Text-SimpleTable/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-SimpleTable/Makefile b/textproc/p5-Text-SimpleTable/Makefile index 10d2eeace6cb..7693ab5947dc 100644 --- a/textproc/p5-Text-SimpleTable/Makefile +++ b/textproc/p5-Text-SimpleTable/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-SimpleTable -# Date created: 15 Nov 2005 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# +# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-SimpleTable PORTVERSION= 2.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Eyecandy ASCII Tables -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::SimpleTable.3 |