freebsd-ports/security/pear-Text_Password/Makefile
Pav Lucistnik 45c65f3637 Add pear-Text_Password, a PEAR package, which provides the ability to the user
to generate random passwords, either pronounceable or not pronounceable.

PR:		ports/64896
Submitted by:	<bra@fsn.hu>
2004-03-29 19:42:01 +00:00

27 lines
535 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= bra@fsn.hu
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-PEAR/Makefile.common"
.include <bsd.port.post.mk>