Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 12:07:47 +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: r309172 - head/print/p5-Text-PDF
Message-ID:  <201212181207.qBIC7lY7035841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobez
Date: Tue Dec 18 12:07:46 2012
New Revision: 309172
URL: http://svnweb.freebsd.org/changeset/ports/309172

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

Modified:
  head/print/p5-Text-PDF/Makefile

Modified: head/print/p5-Text-PDF/Makefile
==============================================================================
--- head/print/p5-Text-PDF/Makefile	Tue Dec 18 12:05:56 2012	(r309171)
+++ head/print/p5-Text-PDF/Makefile	Tue Dec 18 12:07:46 2012	(r309172)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	print/p5-Text-PDF
-# Date created:				30 December 2000
-# Whom:					Anton Berezin <tobez@tobez.org>
-#
+# Created by: Anton Berezin <tobez@tobez.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-PDF
 PORTVERSION=	0.29a
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -26,13 +22,6 @@ MAN3=		Text::PDF::Pages.3 Text::PDF::Pag
 		Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3 \
 		Text::PDF::Null.3 Text::PDF.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${RM} -f ${WRKSRC}/pm_to_blib
 
@@ -40,4 +29,4 @@ post-install:
 	@${MKDIR} ${SITE_PERL}/Text/PDF/examples
 	@${INSTALL_DATA} ${WRKSRC}/examples/* ${SITE_PERL}/Text/PDF/examples
 
-.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?201212181207.qBIC7lY7035841>