diff options
author | az <az@FreeBSD.org> | 2013-09-02 02:13:13 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 02:13:13 +0800 |
commit | de7d744896d1cd55963a45bdb92b8cf8fc1a6fa1 (patch) | |
tree | a1cc2f9765f84291117da48ce09ba9b5ed32d439 /devel | |
parent | 9a5c6f5cfdf6034da71f78f1d558acdd91fe0f6e (diff) | |
download | freebsd-ports-gnome-de7d744896d1cd55963a45bdb92b8cf8fc1a6fa1.tar.gz freebsd-ports-gnome-de7d744896d1cd55963a45bdb92b8cf8fc1a6fa1.tar.zst freebsd-ports-gnome-de7d744896d1cd55963a45bdb92b8cf8fc1a6fa1.zip |
- 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@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Path-Abstract/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Path-Abstract/pkg-descr | 2 |
2 files changed, 4 insertions, 8 deletions
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 <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $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/ |