freebsd-ports/devel/pear-HTML_Page2/Makefile
Pav Lucistnik 5056c7534b - Strip CRLF's from Page2.php
PR:		ports/76573
Submitted by:	Dan Langille <dan@langille.org>
Approved by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2005-01-24 12:41:54 +00:00

30 lines
801 B
Makefile

# Ports collection makefile for: pear-HTML_Page2
# Date created: 21 January 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= HTML_Page2
PORTVERSION= 0.5.0
CATEGORIES= devel www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
MAINTAINER= antonio@php.net
COMMENT= PEAR base class for XHTML page generation
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Page2.php Page2/Doctypes.php Page2/Namespaces.php
EXAMPLES= Page2_NoDoctype.php Page2_Simple.php Page2_Complex.php
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s#
##g" ${WRKSRC}/Page2.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>