summaryrefslogtreecommitdiff
path: root/devel/pear-codegen/Makefile
blob: 9687f1b3ea68e3e2ca04e2ff7a4605c85384545a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$

PORTNAME=	codegen
PORTVERSION=	1.0.7
CATEGORIES=	devel pear
DISTNAME=	CodeGen-${PORTVERSION}

MAINTAINER=	joneum@bsdproject.de
COMMENT=	Tool to create code generators that operate on XML descriptions

USES=	pear

.include <bsd.port.mk>