mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
3f494e88ce
PR: ports/99717 Submitted by: clsung Approved by: portmgr (erwin)
26 lines
517 B
Makefile
26 lines
517 B
Makefile
# 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.0
|
|
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>
|