807177d665
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => PHPDoc-0.1.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/PHPDoc-0.1.0.tgz fetch: http://pear.php.net/get/PHPDoc-0.1.0.tgz: size mismatch: expected 88108, actual 87708 Reference: https://people.FreeBSD.org/~sunpoet/checksum/PHPDoc-0.1.0.tgz [1] Approved by: portmgr (blanket)
13 lines
257 B
Makefile
13 lines
257 B
Makefile
# Created by: Gerrit Beine (<gerrit@beine-computer.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHPDoc
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Tool to generate documentation from the source
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|