aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-02 01:03:27 +0800
committeraz <az@FreeBSD.org>2013-09-02 01:03:27 +0800
commit4390a6d8123d47144feb233e0a44931792c3afd4 (patch)
treea06da1c143641ac11899bb3f1e0c00b15a1f2c7a /devel
parentef347367c38168f24d4f469b9433d4a736b77224 (diff)
downloadfreebsd-ports-gnome-4390a6d8123d47144feb233e0a44931792c3afd4.tar.gz
freebsd-ports-gnome-4390a6d8123d47144feb233e0a44931792c3afd4.tar.zst
freebsd-ports-gnome-4390a6d8123d47144feb233e0a44931792c3afd4.zip
- Resolve of using PERL_CONFIGURE and USE_PERL5 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-Tie-LLHash/Makefile10
-rw-r--r--devel/p5-Tie-LLHash/pkg-descr2
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Tie-LLHash/Makefile b/devel/p5-Tie-LLHash/Makefile
index 25cceea8ffc8..ba1c09d348cc 100644
--- a/devel/p5-Tie-LLHash/Makefile
+++ b/devel/p5-Tie-LLHash/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tie-LLHash
-# Date created: 2011-04-26
-# Whom: Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tie-LLHash
PORTVERSION= 1.003
@@ -15,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module which implements an ordered hash-like object
-USE_PERL5= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Tie::LLHash.3
diff --git a/devel/p5-Tie-LLHash/pkg-descr b/devel/p5-Tie-LLHash/pkg-descr
index ea8871ec856f..78fb82f7e47e 100644
--- a/devel/p5-Tie-LLHash/pkg-descr
+++ b/devel/p5-Tie-LLHash/pkg-descr
@@ -2,4 +2,4 @@ Perl module which implements an ordered hash-like object. It's a cross between
a Perl hash and a linked list. Use it whenever you want the speed and structure
of a Perl hash, but the orderedness of a list.
-WWW: http://search.cpan.org/dist/Tie-LLHash/
+WWW: http://search.cpan.org/dist/Tie-LLHash/