mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
73abf03ab7
- Remove USES=perl5 PR: 225490 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: maintainer (timeout, 16 days)
23 lines
380 B
Makefile
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>
|