2003-01-30 10:47:35 +01:00
|
|
|
# Ports collection makefile for: pear-HTML_Select
|
|
|
|
# Date created: 30 November 2002
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-02-24 05:53:40 +01:00
|
|
|
PORTNAME= HTML_Select_Common
|
|
|
|
PORTVERSION= 1.1
|
2005-02-21 19:06:10 +01:00
|
|
|
PORTREVISION= 4
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-01-30 10:47:35 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Some small PEAR classes to handle common <select> lists
|
2003-01-30 10:47:35 +01:00
|
|
|
|
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-08 01:00:46 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
|
2003-01-30 10:47:35 +01:00
|
|
|
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
|
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-08 01:00:46 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2003-01-30 10:47:35 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= HTML
|
2003-01-30 10:47:35 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
FILES= Select/Common/Country.php Select/Common/FRDepartements.php \
|
|
|
|
Select/Common/UKCounty.php Select/Common/USState.php
|
2003-02-24 05:53:40 +01:00
|
|
|
EXAMPLES= Country.php FRDepartements.php UKCounty.php USState.php
|
2003-12-28 08:55:47 +01:00
|
|
|
_EXAMPLESDIR= Select/Common/examples
|
2003-01-30 10:47:35 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-02-24 06:27:41 +01:00
|
|
|
.include <bsd.port.post.mk>
|