diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 06:33:01 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 06:33:01 +0000 |
commit | 575da941f53a43bb1b3f818fca8cfaf1f9c263da (patch) | |
tree | bd3aa2d79175e1bb89fdb223acd8a27dcef99ade /lang/whitespace | |
parent | c9a54eb0b0a0585546fb26f186afb08c86396e37 (diff) | |
download | ports-575da941f53a43bb1b3f818fca8cfaf1f9c263da.tar.gz ports-575da941f53a43bb1b3f818fca8cfaf1f9c263da.zip |
Notes
Diffstat (limited to 'lang/whitespace')
-rw-r--r-- | lang/whitespace/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index 11f3a41dd41e..933f4b004f90 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -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} |