45eaaa6574
- Take maintainership [1] - Set PORTNAME to follow upstream naming convention PR: 211609 [1] Submitted by: Demetris Procopiou
15 lines
323 B
Makefile
15 lines
323 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= dem.procopiou@gmail.com
|
|
COMMENT= PEAR random password creator
|
|
|
|
USES= pear
|
|
WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|