2004-04-02 15:42:23 +02:00
|
|
|
# New ports collection makefile for: POE-Component-EasyDBI
|
|
|
|
# Date created: 31 Jan 2004
|
|
|
|
# Whom: Zach Thompson <lin-chi@lastamericanempire.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-EasyDBI
|
2007-10-08 19:09:46 +02:00
|
|
|
PORTVERSION= 1.23
|
2010-01-29 05:56:59 +01:00
|
|
|
PORTREVISION= 1
|
2005-05-15 03:38:07 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-04-02 15:42:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-02 01:04:47 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-04-02 15:42:23 +02:00
|
|
|
COMMENT= POE Component for simplified DBI usage
|
|
|
|
|
2006-01-22 04:46:29 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
2006-05-13 18:34:54 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
2007-04-17 21:21:15 +02:00
|
|
|
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
|
2008-11-30 19:28:09 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util
|
2006-01-22 04:46:29 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2004-04-02 15:42:23 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POE::Component::EasyDBI.3 \
|
|
|
|
POE::Component::EasyDBI::SubProcess.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|