freebsd-ports/security/pear-Text_Password/Makefile

18 lines
393 B
Makefile

# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Text_password
PORTVERSION= 1.1.1
CATEGORIES= security www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR random password creator
USE_PHP= yes
PEAR_AUTOINSTALL= yes
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>