freebsd-ports/security/pecl-crack/Makefile
Philip M. Gollucci 06f9d9cb62 - Pregenerate pw_dict since cracklib stopped distributing one
which dependant ports require at build-time.
- Convert dependant ports to LIB_DEPENDS
- Bump PORTREVISIONs

Reported by:    pav via pointyhat
2012-02-12 22:26:55 +00:00

30 lines
604 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
WRKSRC= ${WRKDIR}/crack-0.4
.include <bsd.port.mk>