mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
18 lines
461 B
Makefile
18 lines
461 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= ports@FreeBSD.org
|
|
COMMENT= PEAR base class for XHTML page generation
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
|
|
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|