- Update to 0.13
- Add LICENSE - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Hash-FieldHash/Changes Feature safe: yes
This commit is contained in:
parent
9a6717dc5f
commit
bf835fc2b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316052
3 changed files with 9 additions and 28 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: p5-Hash-FieldHash
|
||||
# Date created: 2011-08-01
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Hash-FieldHash
|
||||
PORTVERSION= 0.12
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,27 +10,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= A lightweight field hash implementation
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Test-LeakTrace>=0.07:${PORTSDIR}/devel/p5-Test-LeakTrace
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Hash::FieldHash.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat
|
||||
RUN_DEPENDS+= p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
BUILD_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
|
||||
p5-parent>=0.221:${PORTSDIR}/devel/p5-parent
|
||||
RUN_DEPENDS+= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 501200
|
||||
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Hash-FieldHash-0.12.tar.gz) = 96b9b70a647aba75fd7a58d89a17a1c27326bb2eba1b8475140c40b9119a3800
|
||||
SIZE (Hash-FieldHash-0.12.tar.gz) = 43043
|
||||
SHA256 (Hash-FieldHash-0.13.tar.gz) = 867ad5b7311adbeef2d4a249c45e0357948832012da4f70d663949eda3ab561a
|
||||
SIZE (Hash-FieldHash-0.13.tar.gz) = 42267
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Hash/FieldHash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/FieldHash/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/FieldHash/FieldHash.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/FieldHash/FieldHash.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/FieldHash
|
||||
|
|
Loading…
Reference in a new issue