1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/pear-HTML_Form/Makefile
Pav Lucistnik acf81198d3 - Update to 1.3.0
PR:		ports/91641
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:37:58 +00:00

35 lines
716 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= antonio@php.net
COMMENT= PEAR simple HTML form package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_REINPLACE= yes
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>