mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b233276d78
Approved by: mat (mentor)
14 lines
254 B
Makefile
14 lines
254 B
Makefile
# Created by: Gerrit Beine (<gerrit@beine-computer.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHPDoc
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Tool to generate documentation from the source
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|