17ff760342
maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr
32 lines
698 B
Makefile
32 lines
698 B
Makefile
# Ports collection makefile for: pear-HTML_Form
|
|
# Date created: 27 October 2004
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@php.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML_Form
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR simple HTML form package
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= HTML
|
|
FILES= Form.php
|
|
TESTS= form.phpt
|
|
|
|
post-extract:
|
|
@${MV} ${WRKSRC}/HTML/* ${WRKSRC}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|@include_path@|${PREFIX}/${LPEARDIR}|g" \
|
|
${WRKSRC}/tests/${TESTS}
|
|
|
|
.include <bsd.port.post.mk>
|