1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/pecl-crack/Makefile
Alex Dupre 77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00

33 lines
641 B
Makefile

# Ports collection makefile for: pecl-crack
# Date created: 07 March 2006
# Whom: Bill Moran <wmoran@collaborativefusion.com>
#
# $FreeBSD$
#
PORTNAME= crack
PORTVERSION= 0.4.1
PORTREVISION= 3
CATEGORIES= security www
MASTER_SITES= http://www.osuweb.net/~ahaning/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= wmoran@collaborativefusion.com
COMMENT= PECL extension to cracklib
LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= crack
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
WRKSRC= ${WRKDIR}/crack-0.4
.include <bsd.port.mk>