mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ad1055b28a
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Crypt_HMAC2-1.0.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Crypt_HMAC2-1.0.0.tgz fetch: http://pear.php.net/get/Crypt_HMAC2-1.0.0.tgz: size mismatch: expected 8129, actual 8225 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_HMAC2-1.0.0.tgz [1] Approved by: portmgr (blanket)
14 lines
267 B
Makefile
14 lines
267 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_HMAC2
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|