diff options
-rw-r--r-- | textproc/p5-Text-Trim/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Trim/pkg-descr | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/textproc/p5-Text-Trim/Makefile b/textproc/p5-Text-Trim/Makefile index 41df31fc45cc..585c69bc6c95 100644 --- a/textproc/p5-Text-Trim/Makefile +++ b/textproc/p5-Text-Trim/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Trim -# Date created: 2007-29-12 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Text-Trim PORTVERSION= 1.02 @@ -18,8 +14,8 @@ COMMENT= Extract the structure of a quoted mail message BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -USE_PERL5= yes -PERL_MODBUILD= Module::Build +USES= perl5 +USE_PERL5= modbuild MAN3= Text::Trim.3 diff --git a/textproc/p5-Text-Trim/pkg-descr b/textproc/p5-Text-Trim/pkg-descr index 90d755300891..49e47996cfc7 100644 --- a/textproc/p5-Text-Trim/pkg-descr +++ b/textproc/p5-Text-Trim/pkg-descr @@ -1,3 +1,3 @@ Text::Trim does what chomp does, but at both ends of the string. -WWW: http://search.cpan.org/dist/Text-Trim/ +WWW: http://search.cpan.org/dist/Text-Trim/ |