aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/pear-Services_Pingback/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/net/pear-Services_Pingback/Makefile b/net/pear-Services_Pingback/Makefile
index 078734c90f2a..7d46a82f454a 100644
--- a/net/pear-Services_Pingback/Makefile
+++ b/net/pear-Services_Pingback/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_Pingback
-# Date created: 05 August 2007
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Services_Pingback
PORTVERSION= 0.2.2
@@ -15,11 +11,7 @@ COMMENT= Pingback user-agent class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Services
-FILES= Services/Pingback.php
-
-EXAMPLES= receive.php send.php source.php target.php
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"