aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-codegen/Makefile
blob: cd32bf4d0d1fe5115f8b82c029223caa823df4d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
WWW=		https://pear.php.net/package/CodeGen

USES=		pear

.include <bsd.port.mk>