diff options
author | az <az@FreeBSD.org> | 2013-09-02 14:33:01 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 14:33:01 +0800 |
commit | 9a3cdac4439bb528be961125d0f21189cc904240 (patch) | |
tree | bd3aa2d79175e1bb89fdb223acd8a27dcef99ade /lang | |
parent | 8b1709c9f44a7ea43e3cd48da5df7bf3b8aa93bb (diff) | |
download | freebsd-ports-gnome-9a3cdac4439bb528be961125d0f21189cc904240.tar.gz freebsd-ports-gnome-9a3cdac4439bb528be961125d0f21189cc904240.tar.zst freebsd-ports-gnome-9a3cdac4439bb528be961125d0f21189cc904240.zip |
- Cleanup requirement for the perl version
- Remove an indefinite article from COMMENT line
- Convert to new perl5 framework
With hat: perl@
Diffstat (limited to 'lang')
-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} |