freebsd-ports/security/pecl-hash/Makefile
Baptiste Daroussin a2a8e38c9e php4 is EOLed, deprecate ports depending on it.
Approved by:	miwi (maintainer by private mail)
2012-04-11 05:41:08 +00:00

29 lines
539 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
DEPRECATED= php4 is EOLed
EXPIRATION_DATE= 2012-05-11
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5 52
.include <bsd.port.mk>