1
0
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:
Andrej Zverev 2013-09-01 17:03:27 +00:00
parent 8732e7bc9b
commit 4b630b9b73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325879
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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/