mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
75c490c687
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Crypt_XXTEA-0.9.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Crypt_XXTEA-0.9.0.tgz fetch: http://pear.php.net/get/Crypt_XXTEA-0.9.0.tgz: size mismatch: expected 6522, actual 6583 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_XXTEA-0.9.0.tgz [1] Approved by: portmgr (blanket)
14 lines
240 B
Makefile
14 lines
240 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_XXTEA
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR XXTEA encryption algorithm
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|