diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-06 05:33:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-06 05:33:56 +0000 |
commit | f1104f75548470fcd9f966d05b4301cf4ec8e5fa (patch) | |
tree | 49dc82f1ab8ba106a57da2f4cfb59257ed449d7f /shells/p5-Term-Bash-Completion-Generator/Makefile | |
parent | cf51f1a8a8623cd12a352f4f9c5204041a749d1a (diff) | |
download | ports-f1104f75548470fcd9f966d05b4301cf4ec8e5fa.tar.gz ports-f1104f75548470fcd9f966d05b4301cf4ec8e5fa.zip |
Update {BUILD,RUN}_DEPENDS: remove deprecated p5-Test-Block
- While I'm here:
- Move test-only dependencies to TEST_DEPENDS
- Sort TEST_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=458217
Diffstat (limited to 'shells/p5-Term-Bash-Completion-Generator/Makefile')
-rw-r--r-- | shells/p5-Term-Bash-Completion-Generator/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/shells/p5-Term-Bash-Completion-Generator/Makefile b/shells/p5-Term-Bash-Completion-Generator/Makefile index 7e2aada87eee..f8e30619be59 100644 --- a/shells/p5-Term-Bash-Completion-Generator/Makefile +++ b/shells/p5-Term-Bash-Completion-Generator/Makefile @@ -3,7 +3,7 @@ PORTNAME= Term-Bash-Completion-Generator PORTVERSION= 0.02.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +16,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Readonly>=0:devel/p5-Readonly \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ - p5-Tree-Trie>=0:devel/p5-Tree-Trie \ - p5-Test-Warn>=0:devel/p5-Test-Warn \ - p5-Test-Block>=0:devel/p5-Test-Block \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings + p5-Tree-Trie>=0:devel/p5-Tree-Trie RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:devel/p5-Test-Warn \ NO_ARCH= yes USES= perl5 |