diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-05 01:39:14 +0800 |
commit | 04b03743c77497b454e1974936eb17e1065f6550 (patch) | |
tree | 2212285e76f65b9b53cdcf0f33e9ed09af0b102f /mail/p5-Mail-Alias | |
parent | 59e617d81b84d0d55d93d904c629d12c369c6e25 (diff) | |
download | freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.tar.gz freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.tar.zst freebsd-ports-gnome-04b03743c77497b454e1974936eb17e1065f6550.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
Diffstat (limited to 'mail/p5-Mail-Alias')
-rw-r--r-- | mail/p5-Mail-Alias/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/p5-Mail-Alias/Makefile b/mail/p5-Mail-Alias/Makefile index fde4b78495af..9594e5e3be09 100644 --- a/mail/p5-Mail-Alias/Makefile +++ b/mail/p5-Mail-Alias/Makefile @@ -17,12 +17,6 @@ COMMENT= Mail::Alias PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> +MAN3= Mail::Alias.3 -.if ${PERL_LEVEL} < 500100 -IGNORE= "This port requires perl 5.1 or newer. Install lang/perl5 or lang/perl5.8 and try again." -.endif - -MAN3= Mail::Alias.3 - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |