mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
e6b48082a4
Sponsored by: Netzkommune GmbH
20 lines
481 B
Makefile
20 lines
481 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Page2
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel www pear
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR base class for XHTML page generation
|
|
|
|
LICENSE= PHP30
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|