summaryrefslogtreecommitdiff
path: root/security/pear-Text_Password/Makefile
blob: 1dcf3554e32a7c2963c4b5442b7a03d2303bc6cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

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

.include <bsd.port.mk>