diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 00:46:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 00:46:18 +0000 |
commit | ed5eaa4e788d83382368c12ecd37cabd0c5411b1 (patch) | |
tree | e4476d02f31138fa87c7a9f1e2c1b5ca4c47247b /net/pear-Net_Socket | |
parent | ae72da190c79874f621eeb0f569a7391f7a868d4 (diff) | |
download | ports-ed5eaa4e788d83382368c12ecd37cabd0c5411b1.tar.gz ports-ed5eaa4e788d83382368c12ecd37cabd0c5411b1.zip |
Notes
Diffstat (limited to 'net/pear-Net_Socket')
-rw-r--r-- | net/pear-Net_Socket/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index 853027680701..84852c40f879 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -1,21 +1,17 @@ -# Ports collection makefile for: pear-Net_Socket -# Date created: 24 October 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= Net_Socket PORTVERSION= 1.0.10 CATEGORIES= net www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Network Socket Interface BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Net/Socket.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |