diff options
author | cs <cs@FreeBSD.org> | 2013-10-13 05:11:48 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-10-13 05:11:48 +0800 |
commit | e6e1413d2f5f4e4e1074a6e62d77a9b05ba2b83a (patch) | |
tree | 9d4d8c2a5ab0268d1e50a07e0cd1d17056d54d7f /security | |
parent | 03d9328ce674800edf6171cc5f4c90bae93fa3e2 (diff) | |
download | freebsd-ports-gnome-e6e1413d2f5f4e4e1074a6e62d77a9b05ba2b83a.tar.gz freebsd-ports-gnome-e6e1413d2f5f4e4e1074a6e62d77a9b05ba2b83a.tar.zst freebsd-ports-gnome-e6e1413d2f5f4e4e1074a6e62d77a9b05ba2b83a.zip |
- Take maintainership
- Simplify COMMENT
Diffstat (limited to 'security')
-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 |