1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/pear-Text_Password/Makefile
Sunpoet Po-Chuan Hsieh 42b67adf90 Add NO_ARCH
- Take maintainership
2019-10-27 11:30:40 +00:00

18 lines
332 B
Makefile

# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
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>