- Add NO_ARCH Changes: https://pear.php.net/package/HTML_Page2/download/ https://github.com/pear/HTML_Page2/releases
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
PORTNAME= HTML_Page2
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR base class for XHTML page generation
|
|
|
|
LICENSE= PHP30
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_Common>=1.2:devel/pear-HTML_Common@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|