Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 06:33:02 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325942 - head/lang/whitespace
Message-ID:  <201309020633.r826X2jK021299@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 06:33:01 2013
New Revision: 325942
URL: http://svnweb.freebsd.org/changeset/ports/325942

Log:
  - Cleanup requirement for the perl version
  - Remove an indefinite article from COMMENT line
  - Convert to new perl5 framework
  
  With hat:	perl@

Modified:
  head/lang/whitespace/Makefile   (contents, props changed)

Modified: head/lang/whitespace/Makefile
==============================================================================
--- head/lang/whitespace/Makefile	Mon Sep  2 06:26:01 2013	(r325941)
+++ head/lang/whitespace/Makefile	Mon Sep  2 06:33:01 2013	(r325942)
@@ -10,15 +10,16 @@ DISTNAME=	wspace-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	llwang@infor.org
-COMMENT=	An interpreter for the Whitespace programming language
+COMMENT=	Interpreter for the Whitespace programming language
 
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc
 LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
 		ffi.6:${PORTSDIR}/devel/libffi
-USE_PERL5_BUILD=	5.8+
 
+USES=		perl5
+USE_PERL5=	build
 WRKSRC=	${WRKDIR}/WSpace
 USE_GMAKE=	yes
 ALL_TARGET=	${TARGET}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020633.r826X2jK021299>