2002-11-17 05:03:54 +00:00
|
|
|
# Ports collection makefile for: pear-Net_Socket
|
|
|
|
# Date created: 24 October 2002
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net_Socket
|
2005-03-01 20:23:57 +00:00
|
|
|
PORTVERSION= 1.0.6
|
2003-11-12 23:46:19 +00:00
|
|
|
CATEGORIES= net www pear
|
2002-11-17 05:03:54 +00:00
|
|
|
|
2005-01-12 20:48:59 +00:00
|
|
|
MAINTAINER= antonio@php.net
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= PEAR Network Socket Interface
|
2002-11-17 05:03:54 +00:00
|
|
|
|
2005-12-09 19:24:52 +00:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-06-07 23:00:46 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2002-11-17 05:03:54 +00:00
|
|
|
|
2003-12-28 07:55:47 +00:00
|
|
|
CATEGORY= Net
|
|
|
|
FILES= Socket.php
|
2002-11-17 05:03:54 +00:00
|
|
|
|
2003-12-28 07:55:47 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 19:24:52 +00:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2002-11-17 05:03:54 +00:00
|
|
|
.include <bsd.port.post.mk>
|