1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178907
Submitted by:	az
Approved by:	maintainer (timeout)
This commit is contained in:
Andrej Zverev 2013-06-07 07:13:13 +00:00
parent e64665647a
commit c239759660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320160

View File

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