diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-11 03:57:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-11 03:57:31 +0000 |
commit | 1318f5d84fa346d01a6a9cd282594e1ac170b441 (patch) | |
tree | 51d990c71e0fc9210c3d765e8223c7ab5ed094ba | |
parent | Move the gtkspell2 programming reference to the gtkspell2-reference port. (diff) |
- allow to install this port on newer perl
Notes
Notes:
svn path=/head/; revision=162051
-rw-r--r-- | devel/p5-Tie-File/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/p5-Tie-File/Makefile b/devel/p5-Tie-File/Makefile index 411d684da3d9..599aba6ba0bc 100644 --- a/devel/p5-Tie-File/Makefile +++ b/devel/p5-Tie-File/Makefile @@ -15,14 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Access the lines of a disk file via a Perl array +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes MAN3= Tie::File.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} > 500703 -IGNORE= "This port is for perl 5.7.2 and under only." -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |