mirror of https://git.FreeBSD.org/ports.git
17 lines
302 B
Makefile
17 lines
302 B
Makefile
PORTNAME= Crypt_CBC
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Class to emulate Perl's Crypt::CBC module
|
|
WWW= https://pear.php.net/package/Crypt_CBC
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|