aboutsummaryrefslogtreecommitdiff
path: root/security/poly1305aes
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2012-02-27 20:32:31 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2012-02-27 20:32:31 +0000
commitb48da6b6c51aa79f78df4f6bce9e2d8d94830cd2 (patch)
tree86ad679047dfb0be7427eada515e357f5eb4c06c /security/poly1305aes
parent44e339cc0c212b84e312e32a98d93b4ec4138f78 (diff)
downloadports-b48da6b6c51aa79f78df4f6bce9e2d8d94830cd2.tar.gz
ports-b48da6b6c51aa79f78df4f6bce9e2d8d94830cd2.zip
Notes
Diffstat (limited to 'security/poly1305aes')
-rw-r--r--security/poly1305aes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/poly1305aes/Makefile b/security/poly1305aes/Makefile
index 17a378d5082f..dedb202e2da4 100644
--- a/security/poly1305aes/Makefile
+++ b/security/poly1305aes/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 20050218
CATEGORIES= security
MASTER_SITES= http://cr.yp.to/mac/
-MAINTAINER= roam@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The poly1305 message authentication reference implementation using AES
CC+= ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP}