diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
commit | 4a4659b2cea96592639d0c4b88f5778f1c5e1507 (patch) | |
tree | 27682738716b62adb5affadcb386f41a9b3add31 /devel | |
parent | f30066dff445343594a882b227c37fb80800f019 (diff) | |
download | freebsd-ports-graphics-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.gz freebsd-ports-graphics-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.zst freebsd-ports-graphics-4a4659b2cea96592639d0c4b88f5778f1c5e1507.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Curses-UI/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Forest/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Perl6-Say/Makefile | 5 |
3 files changed, 7 insertions, 11 deletions
diff --git a/devel/p5-Curses-UI/Makefile b/devel/p5-Curses-UI/Makefile index c516d18127e..b4b83c0e172 100644 --- a/devel/p5-Curses-UI/Makefile +++ b/devel/p5-Curses-UI/Makefile @@ -7,6 +7,7 @@ PORTNAME= Curses-UI PORTVERSION= 0.9607 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A curses based OO user interface framework BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Forest/Makefile b/devel/p5-Forest/Makefile index 9f3ad417684..42c5b74bd30 100644 --- a/devel/p5-Forest/Makefile +++ b/devel/p5-Forest/Makefile @@ -7,6 +7,7 @@ PORTNAME= Forest PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN @@ -15,11 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A collection of n-ary tree related modules -RUN_DEPENDS= p5-Moose>=0.45:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Sub-Current>=0:${PORTSDIR}/devel/p5-Sub-Current \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0.07:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Perl6-Say/Makefile b/devel/p5-Perl6-Say/Makefile index 322748d0f30..a9c4aab3c0c 100644 --- a/devel/p5-Perl6-Say/Makefile +++ b/devel/p5-Perl6-Say/Makefile @@ -7,6 +7,7 @@ PORTNAME= Perl6-Say PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl 6 say (print, but no newline needed) function -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.07:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Test-Simple>=0.44:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS+= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Perl6::Say.3 |