freebsd-ports/security/pear-Text_Password/Makefile
Pawel Pekala 45eaaa6574 - Update to 1.2.1 [1]
- Take maintainership [1]
- Set PORTNAME to follow upstream naming convention

PR:		211609 [1]
Submitted by:	Demetris Procopiou
2016-08-06 12:13:40 +00:00

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>