diff options
author | az <az@FreeBSD.org> | 2013-09-02 00:59:12 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 00:59:12 +0800 |
commit | 84ef17274f71ad7c0c2d9331aef4f0781b1ffca8 (patch) | |
tree | 15ec964655af6e2cd689658ddbb2b274869e1059 | |
parent | 6a64e9b255e41b55c960c7b30ac60ab47e794063 (diff) | |
download | freebsd-ports-gnome-84ef17274f71ad7c0c2d9331aef4f0781b1ffca8.tar.gz freebsd-ports-gnome-84ef17274f71ad7c0c2d9331aef4f0781b1ffca8.tar.zst freebsd-ports-gnome-84ef17274f71ad7c0c2d9331aef4f0781b1ffca8.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@
-rw-r--r-- | devel/p5-Path-Resource/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Path-Resource/pkg-descr | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Path-Resource/Makefile b/devel/p5-Path-Resource/Makefile index e4d308b2a296..f72a83604c39 100644 --- a/devel/p5-Path-Resource/Makefile +++ b/devel/p5-Path-Resource/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Resource -# Date created: 2011-04-26 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Path-Resource PORTVERSION= 0.072 @@ -26,8 +22,8 @@ RUN_DEPENDS= p5-Path-Abstract>0:${PORTSDIR}/devel/p5-Path-Abstract \ 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::Resource.3 Path::Resource::Base.3 diff --git a/devel/p5-Path-Resource/pkg-descr b/devel/p5-Path-Resource/pkg-descr index f5dd1a105603..0f64fc56a222 100644 --- a/devel/p5-Path-Resource/pkg-descr +++ b/devel/p5-Path-Resource/pkg-descr @@ -2,4 +2,4 @@ Path::Resource is a module for combining local file and directory manipulation with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent. -WWW: http://search.cpan.org/dist/Path-Resource/ +WWW: http://search.cpan.org/dist/Path-Resource/ |