mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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:
parent
c9a54eb0b0
commit
575da941f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325942
1 changed files with 3 additions and 2 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue