svn commit: r325896 - head/devel/p5-Path-Abstract
Andrej Zverev
az at FreeBSD.org
Sun Sep 1 18:13:14 UTC 2013
Author: az
Date: Sun Sep 1 18:13:13 2013
New Revision: 325896
URL: http://svnweb.freebsd.org/changeset/ports/325896
Log:
- 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@
Modified:
head/devel/p5-Path-Abstract/Makefile (contents, props changed)
head/devel/p5-Path-Abstract/pkg-descr (contents, props changed)
Modified: head/devel/p5-Path-Abstract/Makefile
==============================================================================
--- head/devel/p5-Path-Abstract/Makefile Sun Sep 1 18:11:34 2013 (r325895)
+++ head/devel/p5-Path-Abstract/Makefile Sun Sep 1 18:13:13 2013 (r325896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Path-Abstract
-# Date created: 2011-04-26
-# Whom: Steve Wills <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Path-Abstract
PORTVERSION= 0.096
@@ -20,8 +16,8 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSD
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
Modified: head/devel/p5-Path-Abstract/pkg-descr
==============================================================================
--- head/devel/p5-Path-Abstract/pkg-descr Sun Sep 1 18:11:34 2013 (r325895)
+++ head/devel/p5-Path-Abstract/pkg-descr Sun Sep 1 18:13:13 2013 (r325896)
@@ -2,4 +2,4 @@ A tool for parsing, interrogating, and m
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/
More information about the svn-ports-head
mailing list