c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
33 lines
840 B
Makefile
33 lines
840 B
Makefile
# New ports collection makefile for: devel/p5-Data-Remember
|
|
# Date created: 14 May 2009
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Remember
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Data
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Remember complex information without giving yourself a headache
|
|
|
|
BUILD_DEPENDS= p5-DBM-Deep>0:${PORTSDIR}/databases/p5-DBM-Deep \
|
|
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
|
|
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
p5-POE>0:${PORTSDIR}/devel/p5-POE
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Remember.3 \
|
|
Data::Remember::DBM.3 \
|
|
Data::Remember::Hybrid.3 \
|
|
Data::Remember::Memory.3 \
|
|
Data::Remember::POE.3 \
|
|
Data::Remember::YAML.3
|
|
|
|
.include <bsd.port.mk>
|