freebsd-ports/sysutils/pwgen/Makefile

21 lines
356 B
Makefile
Raw Normal View History

# Created by: Andrew Khlebutin <andrey@hm.perm.ru>
# $FreeBSD$
PORTNAME= pwgen
PORTVERSION= 2.06
2012-06-11 11:24:35 +02:00
PORTEPOCH= 2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= andrey@hm.perm.ru
COMMENT= A small, powerful, GPL'ed password generator
GNU_CONFIGURE= yes
USES= perl5
USE_PERL5= build
2014-02-05 14:45:39 +01:00
PLIST_FILES= bin/pwgen \
man/man1/pwgen.1.gz
.include <bsd.port.mk>