2009-11-06 14:46:00 +01:00
|
|
|
# New ports collection makefile for: Rose-DBx-Object-Renderer
|
|
|
|
# Date created: 06 Nov, 2009
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Rose-DBx-Object-Renderer
|
2010-12-29 16:17:56 +01:00
|
|
|
PORTVERSION= 0.76
|
2009-11-06 14:46:00 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-05-07 04:57:52 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-11-06 14:46:00 +01:00
|
|
|
COMMENT= Web UI Rendering for Rose::DB::Object
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-Rose-DBx-Object-MoreHelpers>=0:${PORTSDIR}/databases/p5-Rose-DBx-Object-MoreHelpers \
|
2010-07-11 04:41:16 +02:00
|
|
|
p5-CGI-FormBuilder>=3.05:${PORTSDIR}/www/p5-CGI-FormBuilder \
|
2009-11-06 14:46:00 +01:00
|
|
|
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
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2009-11-06 14:46:00 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Rose::DBx::Object::Renderer.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|