4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# 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>
|