aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-crack/Makefile
blob: 919de9dd920b56d1e43b90741ce7b7d7bf707e1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

WRKSRC=     ${WRKDIR}/crack-0.4

.include <bsd.port.mk>