summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_Common/Makefile
blob: 6404b3d9be5924d6e6335612008762288566f7c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	HTML_Common
PORTVERSION=	1.2.5
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR::HTML_Common is a base class for other HTML classes
WWW=		https://pear.php.net/package/HTML_Common

LICENSE=	PHP301

USES=		pear
NO_ARCH=	yes

.include <bsd.port.mk>