2004-03-22 16:17:41 +01:00
|
|
|
# New ports collection makefile for: DBIx-ContextualFetch
|
|
|
|
# Date created: 17 March 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBIx-ContextualFetch
|
2005-09-30 18:39:15 +02:00
|
|
|
PORTVERSION= 1.03
|
2004-03-22 16:17:41 +01:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-03-22 16:17:41 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Add contextual fetches to DBI
|
|
|
|
|
2007-06-30 11:54:41 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2004-03-22 16:17:41 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DBIx::ContextualFetch.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|