diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:38:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:38:56 +0800 |
commit | 0cfef012e489cd9c425eda86dac43d1d827841b5 (patch) | |
tree | 824b40149d7d86f53b0ca1e01f48a5854c7d2d25 /devel | |
parent | a7a0b5d5abece695d2e06158434827625e8446fe (diff) | |
download | freebsd-ports-gnome-0cfef012e489cd9c425eda86dac43d1d827841b5.tar.gz freebsd-ports-gnome-0cfef012e489cd9c425eda86dac43d1d827841b5.tar.zst freebsd-ports-gnome-0cfef012e489cd9c425eda86dac43d1d827841b5.zip |
- Remove conditional ExtUtils::MakeMaker dependency
- Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MouseX-Foreign/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-MouseX-Foreign/Makefile b/devel/p5-MouseX-Foreign/Makefile index 6d630f614cd6..7fb5d2da02b0 100644 --- a/devel/p5-MouseX-Foreign/Makefile +++ b/devel/p5-MouseX-Foreign/Makefile @@ -7,6 +7,7 @@ PORTNAME= MouseX-Foreign PORTVERSION= 0.004 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,7 @@ COMMENT= Extends non-Mouse classes as well as Mouse classes BUILD_DEPENDS= p5-Mouse>=0.77:${PORTSDIR}/devel/p5-Mouse RUN_DEPENDS= p5-Mouse>=0.77:${PORTSDIR}/devel/p5-Mouse + TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires @@ -28,10 +30,6 @@ MAN3= MouseX::Foreign.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - .if ${PERL_LEVEL} < 501001 TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple .endif |