mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- 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@
This commit is contained in:
parent
8732e7bc9b
commit
4b630b9b73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325879
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user