freebsd-ports/devel/pear-HTML_Page2/Makefile
Jochen Neumeister 68eb05f2a4 -Add LICENSE
Sponsored by:	Netzkommune GmbH
2019-01-10 17:05:37 +00:00

19 lines
483 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
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>