13 lines
261 B
Makefile
13 lines
261 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Common2
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR::HTML_Common2 is a base class for other HTML classes
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|