blob: 2d8c676784cf390df48df0f32250705f13d52a75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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= 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-PEAR/Makefile.common"
.include <bsd.port.post.mk>
|