63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
26 lines
632 B
Makefile
26 lines
632 B
Makefile
# New ports collection makefile for: p5-Class-Inflate
|
|
# Date created: 2006-07-21
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Inflate
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Inflate HASH Object from Values in Database
|
|
|
|
RUN_DEPENDS= p5-Devel-Messenger>=0:${PORTSDIR}/devel/p5-Devel-Messenger
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
p5-Test-Debugger>=0:${PORTSDIR}/devel/p5-Test-Debugger
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Class::Inflate.3
|
|
|
|
.include <bsd.port.mk>
|