diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-02 16:12:26 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-02 16:12:26 +0800 |
commit | cdb4a9164cf8f519e5ed3d26b048e2a195d7f6f4 (patch) | |
tree | df466199ef23ace745aaf1f3863265efa70c7117 /sysutils/pwgen2/Makefile | |
parent | b7c65f5962288ad5d216394aa1eb120a1d139192 (diff) | |
download | freebsd-ports-gnome-cdb4a9164cf8f519e5ed3d26b048e2a195d7f6f4.tar.gz freebsd-ports-gnome-cdb4a9164cf8f519e5ed3d26b048e2a195d7f6f4.tar.zst freebsd-ports-gnome-cdb4a9164cf8f519e5ed3d26b048e2a195d7f6f4.zip |
Add pwgen2 - another branch of pwgen (in comparison with sysutils/pwgen),
more powerful, more flexible.
PR: 85349
Submitted by: Andrew Khlebutin <andrey@hm.perm.ru>
Approved by: perky (mentor)
Repocopy by: marcus
Diffstat (limited to 'sysutils/pwgen2/Makefile')
-rw-r--r-- | sysutils/pwgen2/Makefile | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile index d39d8e0c05c2..6966c3aadffa 100644 --- a/sysutils/pwgen2/Makefile +++ b/sysutils/pwgen2/Makefile @@ -1,24 +1,26 @@ -# New ports collection makefile for: pwgen -# Date created: 22 July 2000 -# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org> +# New ports collection makefile for: pwgen2 +# Date created: 27 Aug 2005 +# Whom: Andrew Khlebutin <andrey@hm.perm.ru> # # $FreeBSD$ # PORTNAME= pwgen -PORTVERSION= 1.15 -PORTREVISION= 1 +PORTVERSION= 2.04 CATEGORIES= sysutils -MASTER_SITES= http://www.tricknology.org/ports/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= oddbjorn@tricknology.org -COMMENT= A simple password generator +MAINTAINER= andrey@hm.perm.ru +COMMENT= A small, powerful, GPL'ed password generator +GNU_CONFIGURE= yes USE_GETOPT_LONG=yes +USE_PERL5_BUILD=yes -WRKSRC= ${WRKDIR}/${PORTNAME}-1 -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" +CONFLICTS= pwgen-1* +LATEST_LINK= pwgen2 MAN1= pwgen.1 PLIST_FILES= bin/pwgen |