- Cleanup requirement for the perl version

- Remove an indefinite article from COMMENT line
- Convert to new perl5 framework

With hat:	perl@
This commit is contained in:
Andrej Zverev 2013-09-02 06:33:01 +00:00
parent c9a54eb0b0
commit 575da941f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325942

View file

@ -10,15 +10,16 @@ DISTNAME= wspace-${PORTVERSION}
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= llwang@infor.org MAINTAINER= llwang@infor.org
COMMENT= An interpreter for the Whitespace programming language COMMENT= Interpreter for the Whitespace programming language
LICENSE= GPLv2 LICENSE= GPLv2
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
ffi.6:${PORTSDIR}/devel/libffi ffi.6:${PORTSDIR}/devel/libffi
USE_PERL5_BUILD= 5.8+
USES= perl5
USE_PERL5= build
WRKSRC= ${WRKDIR}/WSpace WRKSRC= ${WRKDIR}/WSpace
USE_GMAKE= yes USE_GMAKE= yes
ALL_TARGET= ${TARGET} ALL_TARGET= ${TARGET}