summaryrefslogtreecommitdiff
path: root/sysutils/pwgen2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pwgen2/Makefile')
-rw-r--r--sysutils/pwgen2/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/pwgen2/Makefile b/sysutils/pwgen2/Makefile
deleted file mode 100644
index 0b574d684513..000000000000
--- a/sysutils/pwgen2/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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>