2bb12a9788
- Remove SITE_PERL from DEPENDS - Move p5-Test-Exception to TEST_DEPENDS - Bump PORTREVISION PR: 165043 Submitted by: swills
30 lines
737 B
Makefile
30 lines
737 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Data-Bind
|
|
# Date created: Jul. 12, 2006
|
|
# Whom: Ying-Chieh Chen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Bind
|
|
PORTVERSION= 0.30
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A perl module to bind and alias variables
|
|
|
|
BUILD_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Devel-Caller>0:${PORTSDIR}/devel/p5-Devel-Caller \
|
|
p5-Devel-LexAlias>0:${PORTSDIR}/devel/p5-Devel-LexAlias \
|
|
p5-Data-Capture>0:${PORTSDIR}/devel/p5-Data-Capture
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Bind.3
|
|
|
|
.include <bsd.port.mk>
|