opnsense-ports/devel/pear-HTML_Page2/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

17 lines
467 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= joneum@FreeBSD.org
COMMENT= PEAR base class for XHTML page generation
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>