2013-03-15 07:27:06 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-05-05 21:51:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt_Blowfish
|
2015-05-11 20:34:57 +02:00
|
|
|
DISTVERSION= 1.1.0RC2
|
2005-05-05 21:51:19 +02:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
|
2017-05-16 15:37:51 +02:00
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
2005-05-05 21:51:19 +02:00
|
|
|
COMMENT= PEAR class for blowfish encryption
|
|
|
|
|
2017-06-11 09:43:45 +02:00
|
|
|
USES= pear
|
2013-03-15 07:27:06 +01:00
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
OPTIONS_DEFINE= MCRYPT
|
|
|
|
MCRYPT_DESC= Additional MCrypt PHP support
|
2006-11-14 08:52:02 +01:00
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
MCRYPT_USE= PHP=mcrypt
|
2006-11-14 08:52:02 +01:00
|
|
|
|
|
|
|
pre-fetch:
|
|
|
|
@${ECHO_CMD} ""
|
|
|
|
@${ECHO_CMD} "You may set envirtonment variable WITH_PHP_MCRYPT to include"
|
|
|
|
@${ECHO_CMD} "additional MCrypt PHP support"
|
|
|
|
@${ECHO_CMD} ""
|
2005-05-31 00:12:18 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for file in ${FILES}
|
|
|
|
@${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
|
|
|
|
.endfor
|
2005-05-05 21:51:19 +02:00
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
.include <bsd.port.mk>
|