diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-28 15:57:55 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-28 15:57:55 +0000 |
commit | e9a2c0a4b110090e8f740e04c16aeb0ebbecf5c6 (patch) | |
tree | 0e6c0728504c7740f94b6bf02b1253d62f1880d6 /lang/opa | |
parent | 0cb776ae4d2af81d28b0becf74568a2d1427eea2 (diff) | |
download | ports-e9a2c0a4b110090e8f740e04c16aeb0ebbecf5c6.tar.gz ports-e9a2c0a4b110090e8f740e04c16aeb0ebbecf5c6.zip |
Notes
Diffstat (limited to 'lang/opa')
-rw-r--r-- | lang/opa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/opa/Makefile b/lang/opa/Makefile index 8ba5451f7d33..ec130c37588a 100644 --- a/lang/opa/Makefile +++ b/lang/opa/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download.opalang.org/tar-gz/ DISTNAME= ${PORTNAME}_v${GITVER} MAINTAINER= mezz@FreeBSD.org -COMMENT= An open source, simple and unified platform for writing web apps +COMMENT= Open source, simple, and unified platform for writing web apps BUILD_DEPENDS= ${OCAMLFIND_DEPEND} \ ${LOCALBASE}/${OCAML_SITELIBDIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \ |