diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 09:47:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 09:47:35 +0800 |
commit | 63678dd2382b4fea20b205f2756349c680d25908 (patch) | |
tree | 622c66a5e3aa3ffd51cc0adfa2e00757daa73fef | |
parent | 4f742ba4ea7c9edaf2304bcb9b78ba44f5d9bd54 (diff) | |
download | freebsd-ports-gnome-63678dd2382b4fea20b205f2756349c680d25908.tar.gz freebsd-ports-gnome-63678dd2382b4fea20b205f2756349c680d25908.tar.zst freebsd-ports-gnome-63678dd2382b4fea20b205f2756349c680d25908.zip |
Fix *_DEPENDS
- Move p5-Moo from TEST_DEPENDS to {BUILD|RUN}_DEPENDS
- Bump PORTREVISION for dependency change
- While I'm here, add NO_ARCH
PR: 215685
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
-rw-r--r-- | databases/p5-SQL-Abstract/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile index aa16e42e09b4..8005b2c56173 100644 --- a/databases/p5-SQL-Abstract/Makefile +++ b/databases/p5-SQL-Abstract/Makefile @@ -3,7 +3,7 @@ PORTNAME= SQL-Abstract PORTVERSION= 1.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,14 @@ COMMENT= Perl extension to generate SQL from Perl data structures LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge +BUILD_DEPENDS= p5-Hash-Merge>=0.12:textproc/p5-Hash-Merge \ + p5-Moo>=1.004002:devel/p5-Moo RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Moo>=1.004002:devel/p5-Moo \ - p5-Test-Deep>=0.101:devel/p5-Test-Deep \ +TEST_DEPENDS= p5-Test-Deep>=0.101:devel/p5-Test-Deep \ p5-Test-Exception>=0.31:devel/p5-Test-Exception \ p5-Test-Warn>=0:devel/p5-Test-Warn +NO_ARCH= yes USES= perl5 USE_PERL5= configure |