Date: Tue, 18 Dec 2012 12:01:20 +0000 (UTC) From: Anton Berezin <tobez@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309168 - head/devel/p5-CPAN-Mini Message-ID: <201212181201.qBIC1L8x034455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobez Date: Tue Dec 18 12:01:20 2012 New Revision: 309168 URL: http://svnweb.freebsd.org/changeset/ports/309168 Log: Remove support for perl 5.8. Nudged by: az Modified: head/devel/p5-CPAN-Mini/Makefile Modified: head/devel/p5-CPAN-Mini/Makefile ============================================================================== --- head/devel/p5-CPAN-Mini/Makefile Tue Dec 18 11:56:05 2012 (r309167) +++ head/devel/p5-CPAN-Mini/Makefile Tue Dec 18 12:01:20 2012 (r309168) @@ -1,7 +1,9 @@ +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ PORTNAME= CPAN-Mini PORTVERSION= 1.111010 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -21,10 +23,4 @@ PERL_CONFIGURE= yes MAN1= minicpan.1 MAN3= CPAN::Mini.3 CPAN::Mini::App.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181201.qBIC1L8x034455>