91a1caa242
Hope to see you back! Thank for all the work!
15 lines
291 B
Makefile
15 lines
291 B
Makefile
# Created by: Attila Nagy <bra@fsn.hu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text_password
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR random password creator
|
|
|
|
USE_PHP= yes
|
|
USES= pear
|
|
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|