aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Genezzo/Makefile
blob: c248d3308f1f73ea7cb9674acf26257ecbf55984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	Genezzo
PORTVERSION=	0.72
PORTREVISION=	2
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Extensible database with SQL and DBI

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent

USES=		perl5 shebangfix
SHEBANG_FILES=	lib/Genezzo/*.pl
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>