diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
commit | a36b68f645d35088308afc9f4524f42d809e6f05 (patch) | |
tree | 42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-Text-Format+NWrap/Makefile | |
parent | 409b54964348c8f36b19c76a5ac34d8bb9f5a726 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Format+NWrap/Makefile')
-rw-r--r-- | textproc/p5-Text-Format+NWrap/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Format+NWrap/Makefile b/textproc/p5-Text-Format+NWrap/Makefile index 567ad305bf13..93a49e9d5e87 100644 --- a/textproc/p5-Text-Format+NWrap/Makefile +++ b/textproc/p5-Text-Format+NWrap/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-Format+NWrap -# Date created: 12-JUL-2006 -# Whom: Vivek Khera <vivek@khera.org> -# +# Created by: Vivek Khera <vivek@khera.org> # $FreeBSD$ -# PORTNAME= Text-Format+NWrap PORTVERSION= 0.52 @@ -17,7 +13,8 @@ COMMENT= Various subroutines to format and wrap text CONFLICTS= p5-Text-Format-[0-9]* -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Format.3 Text::NWrap.3 |