Date: Sun, 1 Sep 2013 17:03:27 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325879 - head/devel/p5-Tie-LLHash Message-ID: <201309011703.r81H3R9e043207@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011703.r81H3R9e043207>