14 lines
277 B
Makefile
14 lines
277 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
|
|
|
|
USES= pear
|
|
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|