Summary: | [patch] textproc/p5-Excel-Template | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrej Zverev <az> | ||||
Component: | Individual Port(s) | Assignee: | Felippe de Meirelles Motta <lippe> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrej Zverev
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->lippe Over to maintainer (via the GNATS Auto Assign Tool) Author: az Date: Fri Jun 7 07:13:13 2013 New Revision: 320160 URL: http://svnweb.freebsd.org/changeset/ports/320160 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178907 Submitted by: az Approved by: maintainer (timeout) Modified: head/textproc/p5-Excel-Template/Makefile (contents, props changed) Modified: head/textproc/p5-Excel-Template/Makefile ============================================================================== --- head/textproc/p5-Excel-Template/Makefile Fri Jun 7 07:11:16 2013 (r320159) +++ head/textproc/p5-Excel-Template/Makefile Fri Jun 7 07:13:13 2013 (r320160) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Excel::Template -# Date created: 06 December 2005 -# Whom: Espen Tagestad <espen@tagestad.no> -# +# Created by: Espen Tagestad <espen@tagestad.no> # $FreeBSD$ -# PORTNAME= Excel-Template PORTVERSION= 0.34 @@ -56,11 +52,4 @@ MAN3= Excel::Template.3 \ Excel::Template::Iterator.3 \ Excel::Template::TextObject.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String -CONFIGURE_ARGS+= USE_UNICODE=1 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |