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

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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Tool to create code generators that operate on XML descriptions

USES=		pear

.include <bsd.port.mk>