aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-hash/Makefile
blob: 204ba8bc19565a002f18e18db3a36906579a1d5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:  pecl-hash
# Date created:           2005-12-07
# Whom:               Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#

PORTNAME=   hash
DISTVERSION=    1.5
CATEGORIES= security www
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= zaa@zaa.pp.ru
COMMENT=    HASH Message Digest Framework for PHP

USE_PHP=    yes
USE_PHPIZE= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=5
PHP_MODNAME=    hash

.include <bsd.port.mk>