diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 09:29:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 09:29:36 +0800 |
commit | fa1facecc9d0cd524e0fc4cc16036915fc8bd4f0 (patch) | |
tree | 36abf0c7bb0a7566bb96f9f560e2805c4cd5c703 /net | |
parent | f119c6d0f2440dbb0c7d99464011fe21077dfd2c (diff) | |
download | freebsd-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/Makefile | 12 |
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" |