diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /textproc/p5-XML-XBEL | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z
Notes
Notes:
svn path=/head/; revision=189335
Diffstat (limited to 'textproc/p5-XML-XBEL')
-rw-r--r-- | textproc/p5-XML-XBEL/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-XML-XBEL/Makefile b/textproc/p5-XML-XBEL/Makefile index 5c897bad317d..df9493d3c633 100644 --- a/textproc/p5-XML-XBEL/Makefile +++ b/textproc/p5-XML-XBEL/Makefile @@ -34,10 +34,4 @@ MAN3= XML::XBEL.3 \ XML::XBEL::thingy.3 \ XML::XBEL::url.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 #inherited from Module::Build -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |