svn commit: r325879 - head/devel/p5-Tie-LLHash
Andrej Zverev
az at FreeBSD.org
Sun Sep 1 17:03:28 UTC 2013
Author: az
Date: Sun Sep 1 17:03:27 2013
New Revision: 325879
URL: http://svnweb.freebsd.org/changeset/ports/325879
Log:
- 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@
Modified:
head/devel/p5-Tie-LLHash/Makefile (contents, props changed)
head/devel/p5-Tie-LLHash/pkg-descr (contents, props changed)
Modified: head/devel/p5-Tie-LLHash/Makefile
==============================================================================
--- head/devel/p5-Tie-LLHash/Makefile Sun Sep 1 17:01:35 2013 (r325878)
+++ head/devel/p5-Tie-LLHash/Makefile Sun Sep 1 17:03:27 2013 (r325879)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Tie-LLHash
-# Date created: 2011-04-26
-# Whom: Steve Wills <swills at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Tie-LLHash
PORTVERSION= 1.003
@@ -15,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills at 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
Modified: head/devel/p5-Tie-LLHash/pkg-descr
==============================================================================
--- head/devel/p5-Tie-LLHash/pkg-descr Sun Sep 1 17:01:35 2013 (r325878)
+++ head/devel/p5-Tie-LLHash/pkg-descr Sun Sep 1 17:03:27 2013 (r325879)
@@ -2,4 +2,4 @@ Perl module which implements an ordered
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/
More information about the svn-ports-head
mailing list