freebsd-ports/devel/pear-HTML_Form/Makefile
Mark Linimon 17ff760342 Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
2006-09-23 00:23:36 +00:00

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>