diff options
Diffstat (limited to 'devel/scsh-install-lib/Makefile')
-rw-r--r-- | devel/scsh-install-lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/scsh-install-lib/Makefile b/devel/scsh-install-lib/Makefile index 9cc50bf5c60b..6e9c543e550d 100644 --- a/devel/scsh-install-lib/Makefile +++ b/devel/scsh-install-lib/Makefile @@ -6,15 +6,17 @@ # PORTNAME= scsh-install-lib -PORTVERSION= 1.1.2 +PORTVERSION= 1.3.0 CATEGORIES= devel scheme MASTER_SITES= http://lamp.epfl.ch/~schinz/scsh_packages/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= An scsh library for installing other scsh packages RUN_DEPENDS= scsh:${PORTSDIR}/lang/scsh +PLIST_SUB= VER=${PORTVERSION} + NO_BUILD= yes do-install: |