aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 09:29:36 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 09:29:36 +0800
commitfa1facecc9d0cd524e0fc4cc16036915fc8bd4f0 (patch)
tree36abf0c7bb0a7566bb96f9f560e2805c4cd5c703 /net
parentf119c6d0f2440dbb0c7d99464011fe21077dfd2c (diff)
downloadfreebsd-ports-gnome-fa1facecc9d0cd524e0fc4cc16036915fc8bd4f0.tar.gz
freebsd-ports-gnome-fa1facecc9d0cd524e0fc4cc16036915fc8bd4f0.tar.zst
freebsd-ports-gnome-fa1facecc9d0cd524e0fc4cc16036915fc8bd4f0.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'net')
-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"