- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_Common2-2.1.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_Common2-2.1.1.tgz fetch: http://pear.php.net/get/HTML_Common2-2.1.1.tgz: size mismatch: expected 8604, actual 8664 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_Common2-2.1.1.tgz [1] Approved by: portmgr (blanket)
15 lines
283 B
Makefile
15 lines
283 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Common2
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= PEAR::HTML_Common2 is a base class for other HTML classes
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|