mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# Created by: Attila Nagy <bra@fsn.hu>
|
|
|
|
PORTNAME= Text_Password
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= security www pear
|
|
DISTNAME= Text_password-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR random password creator
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|