diff options
author | koobs <koobs@FreeBSD.org> | 2013-02-09 22:50:27 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-02-09 22:50:27 +0800 |
commit | f4aa95ec3b75825cecda1ae1b00b43269ed48ab2 (patch) | |
tree | 0934e8336432fc40cbd13cd38b596ac6ca837a5c /security/py-pysha3 | |
parent | 2ebe205f69ceae813ba1410d52fa628258586018 (diff) | |
download | freebsd-ports-gnome-f4aa95ec3b75825cecda1ae1b00b43269ed48ab2.tar.gz freebsd-ports-gnome-f4aa95ec3b75825cecda1ae1b00b43269ed48ab2.tar.zst freebsd-ports-gnome-f4aa95ec3b75825cecda1ae1b00b43269ed48ab2.zip |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
Diffstat (limited to 'security/py-pysha3')
-rw-r--r-- | security/py-pysha3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pysha3/Makefile b/security/py-pysha3/Makefile index 9818599a7eac..bb70b7b1dd2b 100644 --- a/security/py-pysha3/Makefile +++ b/security/py-pysha3/Makefile @@ -1,4 +1,4 @@ -# Created by: Kubilay Kocak <koobs.freebsd@gmail.com> +# Created by: Kubilay Kocak <koobs@FreeBSD.org> # $FreeBSD$ PORTNAME= pysha3 @@ -7,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= SHA-3 (Keccak) for Python # Python3 ready |