git: d89ff4884add - main - security/pear-Crypt_CBC: Add LICENSE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:07:47 UTC 2021


The branch main has been updated by sunpoet:

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

commit d89ff4884addbec9d6a77c3683ea5ecb6a0edcee
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:29:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:09 +0000

    security/pear-Crypt_CBC: Add LICENSE
    
    - Add NO_ARCH
    - Update WWW
---
 security/pear-Crypt_CBC/Makefile  | 7 ++++++-
 security/pear-Crypt_CBC/pkg-descr | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile
index 1db8f2ee337f..267a38a6db4a 100644
--- a/security/pear-Crypt_CBC/Makefile
+++ b/security/pear-Crypt_CBC/Makefile
@@ -5,8 +5,13 @@ PORTVERSION=	1.0.1
 CATEGORIES=	security www pear
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	PEAR class to emulate Perl's Crypt::CBC module
+COMMENT=	Class to emulate Perl's Crypt::CBC module
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		pear
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/security/pear-Crypt_CBC/pkg-descr b/security/pear-Crypt_CBC/pkg-descr
index d0dd552dcabb..d84cc7ba984d 100644
--- a/security/pear-Crypt_CBC/pkg-descr
+++ b/security/pear-Crypt_CBC/pkg-descr
@@ -1,3 +1,3 @@
-A PEAR class to emulate Perl's Crypt::CBC module.
+A class to emulate Perl's Crypt::CBC module.
 
-WWW: https://pear.php.net/package-info.php?package=Crypt_CBC
+WWW: https://pear.php.net/package/Crypt_CBC


More information about the dev-commits-ports-main mailing list