git: 87ebaf6beca3 - main - textproc/pear-YAML: Add LICENSE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 05 Sep 2024 06:20:24 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87ebaf6beca30e82cd3235337b1e0cd11967cd4c

commit 87ebaf6beca30e82cd3235337b1e0cd11967cd4c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:25:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:17:52 +0000

    textproc/pear-YAML: Add LICENSE
    
    - Remove leading definite article from COMMENT
    - Update WWW
    - Add NO_ARCH
---
 textproc/pear-YAML/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/textproc/pear-YAML/Makefile b/textproc/pear-YAML/Makefile
index 78f34827c3cb..a506c2fafaf2 100644
--- a/textproc/pear-YAML/Makefile
+++ b/textproc/pear-YAML/Makefile
@@ -5,10 +5,15 @@ MASTER_SITES=	http://pear.symfony-project.com/get/
 PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	The Symfony YAML Component
-WWW=		http://components.symfony-project.org/yaml/
+COMMENT=	Symfony Yaml Component
+WWW=		https://symfony.com/components/Yaml
 
-USES=	pear
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		pear
+
+NO_ARCH=	yes
 PEAR_CHANNEL=	symfony
 
 .include <bsd.port.mk>