svn commit: r309168 - head/devel/p5-CPAN-Mini

Anton Berezin tobez at FreeBSD.org
Tue Dec 18 12:01:21 UTC 2012


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 at 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>


More information about the svn-ports-all mailing list