mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b7c22f51bf
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Crypt_CBC-1.0.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Crypt_CBC-1.0.1.tgz fetch: http://pear.php.net/get/Crypt_CBC-1.0.1.tgz: size mismatch: expected 3730, actual 3760 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_CBC-1.0.1.tgz [1] Approved by: portmgr (blanket)
14 lines
258 B
Makefile
14 lines
258 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_CBC
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|