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@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 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