freebsd-ports/security/pecl-hash/Makefile
Alex Dupre da2f456ebd Mark it php4-only.
Approved by:	maintainer
2008-12-11 08:59:26 +00:00

24 lines
459 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= zaa@zaa.pp.ru
COMMENT= HASH Message Digest Framework for PHP
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5
.include <bsd.port.mk>