diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-26 22:37:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-26 22:37:58 +0800 |
commit | 8b859db83505c36845f52e74e1c9ae33ce7227a4 (patch) | |
tree | 1f62b5f6af380e87cae13265da43e5a356656b7c /devel | |
parent | d095fa52f031aa2fd5daa92366d8532b7f10137e (diff) | |
download | freebsd-ports-gnome-8b859db83505c36845f52e74e1c9ae33ce7227a4.tar.gz freebsd-ports-gnome-8b859db83505c36845f52e74e1c9ae33ce7227a4.tar.zst freebsd-ports-gnome-8b859db83505c36845f52e74e1c9ae33ce7227a4.zip |
Add missing BUILD_DEPENDS and RUN_DEPENDS
- Add LICENSE
- Use = instead of += for TEST_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Hash-Merge-Simple/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Hash-Merge-Simple/Makefile b/devel/p5-Hash-Merge-Simple/Makefile index 8459278077a9..61d3d0344e3f 100644 --- a/devel/p5-Hash-Merge-Simple/Makefile +++ b/devel/p5-Hash-Merge-Simple/Makefile @@ -3,7 +3,7 @@ PORTNAME= Hash-Merge-Simple PORTVERSION= 0.051 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Recursively merge two or more hashes, simply -TEST_DEPENDS+= p5-Test-Deep>=0:devel/p5-Test-Deep \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Most>=0:devel/p5-Test-Most USES= perl5 |