aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Abstract/Makefile
blob: 4ad3bd82e84412ee82720dc8f30b0db899e5e3eb (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
# New ports collection makefile for:    p5-DBIx-Abstract
# Date created:             6 Jan 2006
# Whom:                 Jon Nistor <nistor@snickers.org>
#
# $FreeBSD$
#

PORTNAME=   DBIx-Abstract
PORTVERSION=    1.006
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= nistor@snickers.org
COMMENT=    DBIx::Abstract - DBI SQL abstraction

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI

PERL_CONFIGURE= yes

MAN3=       DBIx::Abstract.3

.include <bsd.port.mk>