freebsd-ports/security/pear-Text_Password/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

26 lines
542 B
Makefile

# Ports collection makefile for: pear-Text_Password
# Date created: 29 March 2004
# Whom: Attila Nagy <bra@fsn.hu>
#
# $FreeBSD$
#
PORTNAME= Text_password
PORTVERSION= 1.0
CATEGORIES= security www pear
MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= PEAR random password creator
USE_PHP= yes
WANT_PHP_PEAR= yes
CATEGORY= Text
FILES= Password.php
TESTS= 01-text-password.phpt
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>