freebsd-ports/sysutils/pwgen/Makefile
Sunpoet Po-Chuan Hsieh 73abf03ab7 Update to 2.08
- Remove USES=perl5

PR:		225490
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	maintainer (timeout, 16 days)
2018-02-12 19:05:06 +00:00

23 lines
380 B
Makefile

# Created by: Andrew Khlebutin <andrey@hm.perm.ru>
# $FreeBSD$
PORTNAME= pwgen
PORTVERSION= 2.08
PORTEPOCH= 2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= andrey@hm.perm.ru
COMMENT= Small, powerful, GPL'ed password generator #'
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= cpe
CPE_VENDOR= pwgen_project
PLIST_FILES= bin/pwgen \
man/man1/pwgen.1.gz
.include <bsd.port.mk>