diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-12 15:59:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-12 15:59:35 +0800 |
commit | a71464aa1e7b08d4b7acb997b0387ebf45946af9 (patch) | |
tree | f605b8e5b22306ccc8200b01c8bc1813a7fee88a /databases | |
parent | 89409bd66ef1caaf4d8fc0382d0a3854fda4e88b (diff) | |
download | freebsd-ports-gnome-a71464aa1e7b08d4b7acb997b0387ebf45946af9.tar.gz freebsd-ports-gnome-a71464aa1e7b08d4b7acb997b0387ebf45946af9.tar.zst freebsd-ports-gnome-a71464aa1e7b08d4b7acb997b0387ebf45946af9.zip |
- Fix *_DEPENDS
- p5-ExtUtils-MakeMaker>=6.42 (not 6.52) is already in all supported Perl releases
- p5-ExtUtils-MakeMaker is not a RUN_DEPENDS here
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBICx-TxnInsert/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-DBICx-TxnInsert/Makefile b/databases/p5-DBICx-TxnInsert/Makefile index 76dd9e318fba..6ccd962918d6 100644 --- a/databases/p5-DBICx-TxnInsert/Makefile +++ b/databases/p5-DBICx-TxnInsert/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBICx-TxnInsert PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VOVKASM @@ -15,10 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Wrap all inserts into transaction -RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ - p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock \ - p5-ExtUtils-MakeMaker>=6.52:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ + p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Compile>=0.08:${PORTSDIR}/devel/p5-Test-Compile \ + p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes |