freebsd-ports/security/pear-Text_Password/Makefile
2016-02-23 10:00:49 +00:00

15 lines
290 B
Makefile

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