freebsd-ports/security/pear-Text_Password/Makefile
Mark Linimon 9fdb42c6c8 Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:		portmgr
Feature safe:	yes
2010-06-19 04:23:03 +00:00

25 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.1
CATEGORIES= security www pear
MAINTAINER= ports@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>