diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
commit | f87124df638f9ab9a10de7815e16138a955e5814 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/mosref | |
parent | 4b0d4f826c38657c52f2d41254533c0d86e6f0b2 (diff) | |
download | ports-f87124df638f9ab9a10de7815e16138a955e5814.tar.gz ports-f87124df638f9ab9a10de7815e16138a955e5814.zip |
Notes
Diffstat (limited to 'security/mosref')
-rw-r--r-- | security/mosref/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile index cbd4c61a28f5..d41897e5bee5 100644 --- a/security/mosref/Makefile +++ b/security/mosref/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: security/mosref -# Date created: 2006-08-18 -# Whom: Piet Delport -# +# Created by: Piet Delport # $FreeBSD$ PORTNAME= mosref @@ -11,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0-beta3 DISTNAME= ${PORTNAME}-2.0-beta3 MAINTAINER= pjdelport@gmail.com -COMMENT= A secure remote execution framework using a compact Scheme-influenced VM +COMMENT= Secure remote execution framework using a compact Scheme-influenced VM USE_GMAKE= yes |