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
|
2005-03-18 20:08:59 +01:00
|
|
|
PORTVERSION= 1.2.0
|
|
|
|
CATEGORIES= devel pear
|
2004-10-28 20:53:33 +02:00
|
|
|
|
|
|
|
MAINTAINER= antonio@php.net
|
2005-03-18 20:08:59 +01:00
|
|
|
COMMENT= PEAR simple HTML form package
|
2004-10-28 20:53:33 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-03-01 21:12:40 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
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>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
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>
|