git: 19873e1ffc0d - main - /usr/ports/www/p5-CGI-Session: Add LICENSE and NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 22:09:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=19873e1ffc0d29abea6bf9d7698ed40a60e0496b
commit 19873e1ffc0d29abea6bf9d7698ed40a60e0496b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:44:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:54:18 +0000
/usr/ports/www/p5-CGI-Session: Add LICENSE and NO_ARCH
---
www/p5-CGI-Session/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile
index 730a9874d628..ea9e0933ea79 100644
--- a/www/p5-CGI-Session/Makefile
+++ b/www/p5-CGI-Session/Makefile
@@ -10,7 +10,12 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for persistent session management
WWW= https://metacpan.org/release/CGI-Session
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>