2004-10-28 20:53:33 +02:00
|
|
|
# Ports collection makefile for: pear-HTML_Form
|
|
|
|
# Date created: 27 October 2004
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML_Form
|
2006-01-11 19:37:58 +01:00
|
|
|
PORTVERSION= 1.3.0
|
2005-03-18 20:08:59 +01:00
|
|
|
CATEGORIES= devel pear
|
2004-10-28 20:53:33 +02:00
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-18 20:08:59 +01:00
|
|
|
COMMENT= PEAR simple HTML form package
|
2004-10-28 20:53:33 +02:00
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-10-28 20:53:33 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-03-18 20:08:59 +01:00
|
|
|
CATEGORY= HTML
|
|
|
|
FILES= Form.php
|
2004-10-28 20:53:33 +02:00
|
|
|
TESTS= form.phpt
|
|
|
|
|
2005-03-18 20:08:59 +01:00
|
|
|
post-extract:
|
|
|
|
@${MV} ${WRKSRC}/HTML/* ${WRKSRC}
|
|
|
|
|
2004-10-28 20:53:33 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-01 21:12:40 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|@include_path@|${PREFIX}/${LPEARDIR}|g" \
|
|
|
|
${WRKSRC}/tests/${TESTS}
|
|
|
|
|
2004-10-28 20:53:33 +02:00
|
|
|
.include <bsd.port.post.mk>
|