1c93ec7b11
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_Common-1.2.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_Common-1.2.5.tgz fetch: http://pear.php.net/get/HTML_Common-1.2.5.tgz: size mismatch: expected 4585, actual 4617 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_Common-1.2.5.tgz [1] Approved by: portmgr (blanket)
13 lines
267 B
Makefile
13 lines
267 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Common
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR::HTML_Common is a base class for other HTML classes
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|