- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => CodeGen-1.0.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/CodeGen-1.0.7.tgz fetch: http://pear.php.net/get/CodeGen-1.0.7.tgz: size mismatch: expected 51114, actual 51521 Reference: https://people.FreeBSD.org/~sunpoet/checksum/CodeGen-1.0.7.tgz [1] Approved by: portmgr (blanket)
15 lines
309 B
Makefile
15 lines
309 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= codegen
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= devel pear
|
|
DISTNAME= CodeGen-${PORTVERSION}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Tool to create code generators that operate on XML descriptions
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|