diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
commit | 10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch) | |
tree | 31d423e420103f6111ac7dcc29da77612438b7a3 /misc/p5-Tie-DxHash | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) |
Notes
Diffstat (limited to 'misc/p5-Tie-DxHash')
-rw-r--r-- | misc/p5-Tie-DxHash/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/p5-Tie-DxHash/Makefile b/misc/p5-Tie-DxHash/Makefile index e95d89ac309c..80c712d3fba0 100644 --- a/misc/p5-Tie-DxHash/Makefile +++ b/misc/p5-Tie-DxHash/Makefile @@ -3,7 +3,7 @@ PORTNAME= Tie-DxHash PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing ordered hashes with duplicate keys -BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure |