mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
109feeb139
PR: 96312 Submitted by: maintainer
26 lines
475 B
Makefile
26 lines
475 B
Makefile
# Ports collection makefile for: pecl-hash
|
|
# Date created: 2005-12-07
|
|
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hash
|
|
DISTVERSION= 1.3
|
|
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>
|