aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pwgen2/Makefile
blob: 07ff6f56a705d0a1e1a28e854b76ad3eb5d8c6d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    pwgen2
# Date created:     27 Aug 2005
# Whom:         Andrew Khlebutin <andrey@hm.perm.ru>
#
# $FreeBSD$
#

PORTNAME=   pwgen
PORTVERSION=    2.05
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= andrey@hm.perm.ru
COMMENT=    A small, powerful, GPL'ed password generator

GNU_CONFIGURE=  yes
USE_GETOPT_LONG=yes
USE_PERL5_BUILD=yes

CONFLICTS=  pwgen-1*
LATEST_LINK=    pwgen2

MAN1=       pwgen.1
PLIST_FILES=    bin/pwgen

.include <bsd.port.mk>