diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:29:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:29:36 +0000 |
commit | 5d29cb80e0f9acc68c08cb49562f5057e64b0018 (patch) | |
tree | 36abf0c7bb0a7566bb96f9f560e2805c4cd5c703 /net/pear-Services_Pingback | |
parent | eb752cc1c874f893f0b37c7c979bd4dd19123c4f (diff) | |
download | ports-5d29cb80e0f9acc68c08cb49562f5057e64b0018.tar.gz ports-5d29cb80e0f9acc68c08cb49562f5057e64b0018.zip |
Notes
Diffstat (limited to 'net/pear-Services_Pingback')
-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" |