diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-10-12 21:11:48 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-10-12 21:11:48 +0000 |
commit | 3807a6f16a954646a8cb09e771d027186ff0ff5b (patch) | |
tree | 9d4d8c2a5ab0268d1e50a07e0cd1d17056d54d7f /security/py-otr | |
parent | b83aa176bd5a0494fb08e3e5880fc076b96465c6 (diff) |
- Take maintainership
- Simplify COMMENT
Notes
Notes:
svn path=/head/; revision=330188
Diffstat (limited to 'security/py-otr')
-rw-r--r-- | security/py-otr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile index 96f0bca0afbd..241fb7552962 100644 --- a/security/py-otr/Makefile +++ b/security/py-otr/Makefile @@ -8,8 +8,8 @@ MASTER_SITES= http://python-otr.pentabarf.de/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-otr-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= A set of python bindings for libotr +MAINTAINER= cs@FreeBSD.org +COMMENT= Python bindings for libotr BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 # This should be updated to the newer version of libotr |