1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/pear-HTML_Page2/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

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>