diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-06 14:48:45 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-06 14:48:45 +0800 |
commit | d509a037fdaf801c23204eb5810203cc21bbacac (patch) | |
tree | 57d1d235b4c8bd4ba7ea8efe424068317bf457e5 /textproc/p5-Text-ParagraphDiff | |
parent | 1290c2ec6ceeca80a7385b1929a0e11a76d78cce (diff) | |
download | freebsd-ports-graphics-d509a037fdaf801c23204eb5810203cc21bbacac.tar.gz freebsd-ports-graphics-d509a037fdaf801c23204eb5810203cc21bbacac.tar.zst freebsd-ports-graphics-d509a037fdaf801c23204eb5810203cc21bbacac.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z
Diffstat (limited to 'textproc/p5-Text-ParagraphDiff')
-rw-r--r-- | textproc/p5-Text-ParagraphDiff/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Text-ParagraphDiff/Makefile b/textproc/p5-Text-ParagraphDiff/Makefile index ed0a9c92be1..e468de7c74b 100644 --- a/textproc/p5-Text-ParagraphDiff/Makefile +++ b/textproc/p5-Text-ParagraphDiff/Makefile @@ -28,12 +28,6 @@ EXAMPLES= diff.html new.txt old.txt EXAMPLESDIR= ${PREFIX}/share/examples/p5-Text-ParagraphDiff MAN3= Text::ParagraphDiff.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @@ -43,4 +37,4 @@ post-install: ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |