aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Text_Password/Makefile
blob: 15e156fc71e10ce038c8746ca9230190ec6ba83b (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.1
CATEGORIES=	security www pear
DISTNAME=	Text_password-${PORTVERSION}

MAINTAINER=	dem.procopiou@gmail.com
COMMENT=	PEAR random password creator

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

.include <bsd.port.mk>