2004-03-29 21:42:01 +02:00
|
|
|
# Ports collection makefile for: pear-Text_Password
|
|
|
|
# Date created: 29 March 2004
|
|
|
|
# Whom: Attila Nagy <bra@fsn.hu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text_password
|
2009-03-25 14:49:32 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2004-03-29 21:42:01 +02:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
|
2006-04-05 23:04:30 +02:00
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
2004-03-29 21:42:01 +02:00
|
|
|
COMMENT= PEAR random password creator
|
|
|
|
|
|
|
|
USE_PHP= yes
|
|
|
|
|
|
|
|
CATEGORY= Text
|
|
|
|
FILES= Password.php
|
2005-12-26 20:38:17 +01:00
|
|
|
TESTS= Text_Password_Test.php
|
2004-03-29 21:42:01 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-03-29 21:42:01 +02:00
|
|
|
.include <bsd.port.post.mk>
|