git: fa937b364d23 - main - math/add: Add license
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Feb 2023 21:15:34 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fa937b364d2343a8660c02ffb613336b2b404f4f
commit fa937b364d2343a8660c02ffb613336b2b404f4f
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-02-11 21:14:17 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-02-11 21:14:17 +0000
math/add: Add license
---
math/add/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/add/Makefile b/math/add/Makefile
index bc1920422118..88b92724ee39 100644
--- a/math/add/Makefile
+++ b/math/add/Makefile
@@ -7,6 +7,9 @@ MAINTAINER= eduardo@FreeBSD.org
COMMENT= Full-screen editing calculator
WWW= https://dickey.his.com/add/add.html
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= ncurses tar:tgz
GNU_CONFIGURE= yes