freebsd-ports/security/pear-Crypt_CBC/Makefile
Po-Chuan Hsieh d89ff4884a
security/pear-Crypt_CBC: Add LICENSE
- Add NO_ARCH
- Update WWW
2021-09-19 14:00:09 +08:00

17 lines
309 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= Crypt_CBC
PORTVERSION= 1.0.1
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Class to emulate Perl's Crypt::CBC module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>