diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-02 07:08:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-02 07:08:04 +0000 |
commit | bddb31c9308cdf9e1b67af36645e325bb263bad9 (patch) | |
tree | 4fa11fb395d4be6c08679048a2f87c1fe2010489 /net/p5-Net-Random/Makefile | |
parent | df0771c31fea862101d30d5b76fcc5057efea014 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Random/Makefile')
-rw-r--r-- | net/p5-Net-Random/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/p5-Net-Random/Makefile b/net/p5-Net-Random/Makefile index 39208cae5b4a..fd35506fdb9d 100644 --- a/net/p5-Net-Random/Makefile +++ b/net/p5-Net-Random/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Random -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -21,10 +21,4 @@ PERL_CONFIGURE= YES MAN3= Net::Random.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |