summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_Common/Makefile
blob: aab6b469ce17ce8f1904346e912fe8b90c93efc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

PORTNAME=	HTML_Common
PORTVERSION=	1.2.5
CATEGORIES=	devel www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR::HTML_Common is a base class for other HTML classes

LICENSE=	PHP301

USES=		pear
NO_ARCH=	yes

.include <bsd.port.mk>