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/luasec | |
parent | - Update to 1.46 (diff) |
- Remove A/An in COMMENT
- Trim Header where applicable
Notes
Notes:
svn path=/head/; revision=315566
Diffstat (limited to 'security/luasec')
-rw-r--r-- | security/luasec/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile index c596fa23c877..bb41f5369f38 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: luasec -# Date created: 25 June 2009 -# Whom: Andrew Lewis <freeghb@gmail.com> -# +# Created by: Andrew Lewis <freeghb@gmail.com> # $FreeBSD$ # @@ -12,7 +9,7 @@ MASTER_SITES= http://www.inf.puc-rio.br/~brunoos/luasec/download/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= kelly.hays@jkhfamily.org -COMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication +COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket |