diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-18 00:01:58 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-18 00:01:58 +0800 |
commit | 4b80febef7542cea53390f80a8c2f6d94bd05af5 (patch) | |
tree | dc4f6cdf54aa09fb3436df763bf95d1a42626259 /devel/p5-Tree-Simple | |
parent | 935ceee92b09a38d9d9ea40ee097c9e4d40254f5 (diff) | |
download | freebsd-ports-gnome-4b80febef7542cea53390f80a8c2f6d94bd05af5.tar.gz freebsd-ports-gnome-4b80febef7542cea53390f80a8c2f6d94bd05af5.tar.zst freebsd-ports-gnome-4b80febef7542cea53390f80a8c2f6d94bd05af5.zip |
- this port does not build under perl 5.00503
- add new DEPENDS
- add WWW in pkg-descr
- add files in pkg-plist
PR: ports/70538
Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd.org>
Diffstat (limited to 'devel/p5-Tree-Simple')
-rw-r--r-- | devel/p5-Tree-Simple/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Tree-Simple/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Tree-Simple/pkg-plist | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Tree-Simple/Makefile b/devel/p5-Tree-Simple/Makefile index d821face8657..fe815b78806c 100644 --- a/devel/p5-Tree-Simple/Makefile +++ b/devel/p5-Tree-Simple/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple tree object +BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 @@ -25,5 +28,8 @@ MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS+= ${BUILD_DEPENDS} .endif +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif .include <bsd.port.post.mk> diff --git a/devel/p5-Tree-Simple/pkg-descr b/devel/p5-Tree-Simple/pkg-descr index b8f1f952d3d7..cf4683ee78b5 100644 --- a/devel/p5-Tree-Simple/pkg-descr +++ b/devel/p5-Tree-Simple/pkg-descr @@ -4,3 +4,5 @@ so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have children, and so on). Every Tree::Simple object also has siblings, as they are just the children of their immediate parent. + +WWW: http://search.cpan.org/dist/Tree-Simple/ diff --git a/devel/p5-Tree-Simple/pkg-plist b/devel/p5-Tree-Simple/pkg-plist index 9f8214d9d2cc..c6f7c36d0f30 100644 --- a/devel/p5-Tree-Simple/pkg-plist +++ b/devel/p5-Tree-Simple/pkg-plist @@ -1,4 +1,7 @@ %%SITE_PERL%%/Tree/Simple.pm %%SITE_PERL%%/Tree/Simple/Visitor.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/.packlist @dirrm %%SITE_PERL%%/Tree/Simple +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple @unexec rmdir %D/%%SITE_PERL%%/Tree 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree 2>/dev/null || true |