mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
410 B
Makefile
24 lines
410 B
Makefile
# New ports collection makefile for: pwgen2
|
|
# Date created: 27 Aug 2005
|
|
# Whom: Andrew Khlebutin <andrey@hm.perm.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pwgen
|
|
PORTVERSION= 2.06
|
|
PORTEPOCH= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= andrey@hm.perm.ru
|
|
COMMENT= A small, powerful, GPL'ed password generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5_BUILD=yes
|
|
|
|
MAN1= pwgen.1
|
|
PLIST_FILES= bin/pwgen
|
|
|
|
.include <bsd.port.mk>
|