summaryrefslogtreecommitdiff
path: root/devel/pear-codegen/Makefile
blob: d6757e38012edbae354eb0803799ebc7bef8371c (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=	ports@FreeBSD.org
COMMENT=	Tool to create code generators that operate on XML descriptions

USES=	pear

.include <bsd.port.mk>