- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Crypt_RSA-1.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Crypt_RSA-1.2.1.tgz fetch: http://pear.php.net/get/Crypt_RSA-1.2.1.tgz: size mismatch: expected 21903, actual 22113 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_RSA-1.2.1.tgz [1] Approved by: portmgr (blanket)
21 lines
449 B
Makefile
21 lines
449 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_RSA
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class allows you to use two-key strong cryptography
|
|
|
|
USES= pear
|
|
|
|
OPTIONS_DEFINE= BCMATH GMP
|
|
BCMATH_DESC= PHP BCMath extension support
|
|
GMP_DESC= PHP GMP extension support
|
|
|
|
BCMATH_USE= PHP=bcmath
|
|
GMP_USE= PHP=gmp
|
|
|
|
.include <bsd.port.mk>
|