diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-28 14:58:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-28 14:58:12 +0000 |
commit | be3ce4d51057c0bdeedb86b121e2bbf5bb93ab1f (patch) | |
tree | 28f62943317948819965cc45ed73ba7fdc76c37c /textproc/p5-Hash-Merge | |
parent | c19afaffd149854a01cbfad072b25c186264f264 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Hash-Merge')
-rw-r--r-- | textproc/p5-Hash-Merge/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/p5-Hash-Merge/Makefile b/textproc/p5-Hash-Merge/Makefile index 7e74dcdb2135..61aeb169442c 100644 --- a/textproc/p5-Hash-Merge/Makefile +++ b/textproc/p5-Hash-Merge/Makefile @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= Hash-Merge -PORTVERSION= 0.20 -DISTVERSIONSUFFIX= 0 -PORTREVISION= 1 +PORTVERSION= 0.200 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +13,10 @@ COMMENT= Merges hashes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |