af546d59e5
PR: 120798 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com>
26 lines
674 B
Makefile
26 lines
674 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= ${SITE_PERL}/Devel/Messenger.pm:${PORTSDIR}/devel/p5-Devel-Messenger
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
${SITE_PERL}/Test/Debugger.pm:${PORTSDIR}/devel/p5-Test-Debugger
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Class::Inflate.3
|
|
|
|
.include <bsd.port.mk>
|