63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# New ports collection makefile for: p5-Class-DBI-DDL
|
|
# Date created: 18 january 2005
|
|
# Whom: Daniel Wijnands <daniel@itxl.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-DBI-DDL
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DDL for Class-DBI
|
|
|
|
RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Class::DBI::DDL.3 \
|
|
Class::DBI::DDL::Pg.3
|
|
|
|
.include <bsd.port.mk>
|