aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Console_Getopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-Console_Getopt/Makefile')
-rw-r--r--devel/pear-Console_Getopt/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/pear-Console_Getopt/Makefile b/devel/pear-Console_Getopt/Makefile
deleted file mode 100644
index a213ba681e8f..000000000000
--- a/devel/pear-Console_Getopt/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Ports collection makefile for: pear-Console_Getopt
-# Date created: 23 October 2002
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= Console_Getopt
-PORTVERSION= 1.2
-CATEGORIES= devel www pear
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= PEAR command-line option parser
-
-WANT_PHP_PEAR= yes
-USE_PHP= yes
-
-FILES= Console/Getopt.php
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
-.include <bsd.port.post.mk>