freebsd-ports/devel/pear-HTML_Form/Makefile
Pav Lucistnik c35e7afbc4 - Update to 1.1.3
PR:		ports/78544
Submitted by:	maintainer
2005-03-08 20:00:38 +00:00

30 lines
669 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.1.3
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
COMMENT= Simple HTML form package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_REINPLACE= yes
FILES= HTML/Form.php
TESTS= form.phpt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
post-patch:
@${REINPLACE_CMD} -e "s|@include_path@|${PREFIX}/${LPEARDIR}|g" \
${WRKSRC}/tests/${TESTS}
.include <bsd.port.post.mk>