15 lines
329 B
Makefile
15 lines
329 B
Makefile
PORTNAME= Text_Password
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= security www pear
|
|
DISTNAME= Text_password-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR random password creator
|
|
WWW= https://pear.php.net/package/Text_Password
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|