mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# New ports collection makefile for: pwgen
|
|
# Date created: 22 July 2000
|
|
# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pwgen
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tricknology.org/ports/
|
|
|
|
MAINTAINER= oddbjorn@tricknology.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-1
|
|
|
|
MAN1= pwgen.1
|
|
|
|
.include <bsd.port.mk>
|