diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 19:42:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-29 19:42:01 +0000 |
commit | 45c65f3637564ac15f34f33463a8632e4d08ca72 (patch) | |
tree | 611e91a838ae0f21ecfb727cb00ae8cbaa85e535 /security/pear-Text_Password | |
parent | e3bf8a7877507b0917d280e6027687aa6000546f (diff) | |
download | ports-45c65f3637564ac15f34f33463a8632e4d08ca72.tar.gz ports-45c65f3637564ac15f34f33463a8632e4d08ca72.zip |
Notes
Diffstat (limited to 'security/pear-Text_Password')
-rw-r--r-- | security/pear-Text_Password/Makefile | 26 | ||||
-rw-r--r-- | security/pear-Text_Password/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Text_Password/pkg-descr | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile new file mode 100644 index 000000000000..a9f2718feca3 --- /dev/null +++ b/security/pear-Text_Password/Makefile @@ -0,0 +1,26 @@ +# 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> diff --git a/security/pear-Text_Password/distinfo b/security/pear-Text_Password/distinfo new file mode 100644 index 000000000000..837ec4e1f222 --- /dev/null +++ b/security/pear-Text_Password/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Text_password-1.0.tgz) = 75d1cb6c91ac2b2afb86385b0dc0d957 +SIZE (PEAR/Text_password-1.0.tgz) = 3707 diff --git a/security/pear-Text_Password/pkg-descr b/security/pear-Text_Password/pkg-descr new file mode 100644 index 000000000000..a05e623b4e8d --- /dev/null +++ b/security/pear-Text_Password/pkg-descr @@ -0,0 +1,4 @@ +The PEAR Text_Password package allows one to create pronounceable and +unpronounceable passwords. + +WWW: http://pear.php.net/package/Text_Password |