blob: a2ba4e682b915a4de0a24b6a76e43e2b8fd1fe4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Text_password
PORTVERSION= 1.2.0
CATEGORIES= security www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR random password creator
USE_PHP= yes
USES= pear
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
.include <bsd.port.mk>
|