svn commit: r309171 - head/devel/p5-IPC-Cmd

Anton Berezin tobez at FreeBSD.org
Tue Dec 18 12:05:56 UTC 2012


Author: tobez
Date: Tue Dec 18 12:05:56 2012
New Revision: 309171
URL: http://svnweb.freebsd.org/changeset/ports/309171

Log:
  Remove support for perl 5.8.
  
  Nudged by:	az

Modified:
  head/devel/p5-IPC-Cmd/Makefile

Modified: head/devel/p5-IPC-Cmd/Makefile
==============================================================================
--- head/devel/p5-IPC-Cmd/Makefile	Tue Dec 18 12:05:29 2012	(r309170)
+++ head/devel/p5-IPC-Cmd/Makefile	Tue Dec 18 12:05:56 2012	(r309171)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	devel/p5-IPC-Cmd
-# Date created:				16 February 2005
-# Whom:					Anton Berezin <tobez at FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	IPC-Cmd
 PORTVERSION=	0.78
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BINGOS
@@ -23,12 +20,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=	IPC::Cmd.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Module-Load-Conditional>=0:${PORTSDIR}/devel/p5-Module-Load-Conditional \
-		p5-Params-Check>=0.20:${PORTSDIR}/devel/p5-Params-Check
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list