summaryrefslogtreecommitdiff
path: root/security/pear-Text_Password/Makefile
blob: a3fe4c4a34d6463e1744d8f9cb77587436e94d2d (plain)
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
# Ports collection makefile for:  pear-Text_Password
# Date created:			  29 March 2004
# Whom:				  Attila Nagy <bra@fsn.hu>
#
# $FreeBSD$
#

PORTNAME=	Text_password
PORTVERSION=	1.1.1
CATEGORIES=	security www pear

MAINTAINER=	jmelo@FreeBSD.org
COMMENT=	PEAR random password creator

USE_PHP=	yes

CATEGORY=	Text
FILES=		Password.php
TESTS=		Text_Password_Test.php

WRKSRC=		${WRKDIR}/Text_Password-${PORTVERSION}

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>