From de7d744896d1cd55963a45bdb92b8cf8fc1a6fa1 Mon Sep 17 00:00:00 2001 From: az Date: Sun, 1 Sep 2013 18:13:13 +0000 Subject: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ --- devel/p5-Path-Abstract/Makefile | 10 +++------- devel/p5-Path-Abstract/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'devel') diff --git a/devel/p5-Path-Abstract/Makefile b/devel/p5-Path-Abstract/Makefile index 3af635f6a345..5e88bd4ac949 100644 --- a/devel/p5-Path-Abstract/Makefile +++ b/devel/p5-Path-Abstract/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Abstract -# Date created: 2011-04-26 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Path-Abstract PORTVERSION= 0.096 @@ -20,8 +16,8 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ p5-Test-Lazy>=0:${PORTSDIR}/devel/p5-Test-Lazy -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Abstract.3 Path::Abstract::Underload.3 diff --git a/devel/p5-Path-Abstract/pkg-descr b/devel/p5-Path-Abstract/pkg-descr index 1def90af3a9a..23b4d8046267 100644 --- a/devel/p5-Path-Abstract/pkg-descr +++ b/devel/p5-Path-Abstract/pkg-descr @@ -2,4 +2,4 @@ A tool for parsing, interrogating, and modifying a UNIX-style path. The parsing behavior is similar to File::Spec::Unix, except that trailing slashes are preserved (converted into a single slash). -WWW: http://search.cpan.org/dist/Path-Abstract/ +WWW: http://search.cpan.org/dist/Path-Abstract/ -- cgit