From 8497e049abc7a68006d65b09537e1dc895efece8 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Mon, 20 Apr 2020 12:29:50 +0000 Subject: [PATCH] - Pass maintainership to submitter - Add license PR: 245492 Submitted by: Mauro F Caseres Approved by: ehaupt (mentor), pizzamig (co-mentor) --- security/aescrypt/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/aescrypt/Makefile b/security/aescrypt/Makefile index a19b344afc70..dfc7dc6c08dc 100644 --- a/security/aescrypt/Makefile +++ b/security/aescrypt/Makefile @@ -11,9 +11,12 @@ PATCH_SITES= http://devel.ringlet.net/security/aescrypt/patches/ \ http://people.FreeBSD.org/~roam/ports/patches/security/aescrypt/ PATCHFILES= aescrypt-0.7-roam-whopper-01.patch.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mauroeldritch@gmail.com COMMENT= Command-line AES encryption/decryption suite +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + GNU_CONFIGURE= yes MAKE_ENV+= BINGRP=wheel