ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
27 lines
674 B
Makefile
27 lines
674 B
Makefile
# Ports collection makefile for: pear-Crypt_HMAC2
|
|
# Date created: 23 Nov, 2009
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt_HMAC2
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
#CATEGORY= Crypt
|
|
FILES= Crypt/HMAC2.php Crypt/HMAC2/Exception.php
|
|
TESTS= AllTests.php HMAC2Test.php \
|
|
TestConfiguration.php.dist \
|
|
TestHelper.php
|
|
DOCS= intro.xml
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|