freebsd-ports/sysutils/pwgen2/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

25 lines
438 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
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
CONFLICTS= pwgen-1*
LATEST_LINK= pwgen2
MAN1= pwgen.1
PLIST_FILES= bin/pwgen
.include <bsd.port.mk>