svn commit: r325942 - head/lang/whitespace

Andrej Zverev az at FreeBSD.org
Mon Sep 2 06:33:02 UTC 2013


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 at 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}


More information about the svn-ports-head mailing list