mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
security/pear-Crypt_CBC: Add LICENSE
- Add NO_ARCH - Update WWW
This commit is contained in:
parent
15a68a7d83
commit
d89ff4884a
2 changed files with 8 additions and 3 deletions
|
@ -5,8 +5,13 @@ PORTVERSION= 1.0.1
|
||||||
CATEGORIES= security www pear
|
CATEGORIES= security www pear
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
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
|
USES= pear
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue