a08b799af9
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Crypt_RC4-1.0.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Crypt_RC4-1.0.3.tgz fetch: http://pear.php.net/get/Crypt_RC4-1.0.3.tgz: size mismatch: expected 2295, actual 2316 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_RC4-1.0.3.tgz [1] Approved by: portmgr (blanket)
13 lines
270 B
Makefile
13 lines
270 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_RC4
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR encryption class for RC4 encryption
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|