1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/pecl-hash/Makefile
Martin Wilke c62c6a2694 * Update comment to reflect that this is a php 4 only port.
* Update IGNORE_WITH_PHP to include php 5.2 as well as 5.3.
* Remove MD5 line from distinfo.

PR:		152904
Submitted by:	"Tom Judge" <tom@tomjudge.com>
2010-12-20 06:21:58 +00:00

27 lines
484 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.5
CATEGORIES= security www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= HASH Message Digest Framework for PHP 4
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5 52
.include <bsd.port.mk>