aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Rose-DBx-Object-Renderer/Makefile
blob: 027b243632441980e678b0c071cfcea66b4a5e6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Wen Heping
# $FreeBSD$

PORTNAME=   Rose-DBx-Object-Renderer
PORTVERSION=    0.77
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Web UI Rendering for Rose::DB::Object

RUN_DEPENDS=    p5-Rose-DBx-Object-MoreHelpers>=0:${PORTSDIR}/databases/p5-Rose-DBx-Object-MoreHelpers \
        p5-CGI-FormBuilder>=3.05:${PORTSDIR}/www/p5-CGI-FormBuilder \
        p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
        p5-Lingua-EN-Inflect>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
        p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit
BUILD_DEPENDS:= ${RUN_DEPENDS}

WRKSRC=     ${WRKDIR}/${PORTNAME}

USES=       perl5
USE_PERL5=  configure

MAN3=       Rose::DBx::Object::Renderer.3

.include <bsd.port.mk>