1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/p5-Data-Bind/Makefile
2021-04-06 16:31:07 +02:00

24 lines
567 B
Makefile

# Created by: Ying-Chieh Chen
PORTNAME= Data-Bind
PORTVERSION= 0.30
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to bind and alias variables
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \
p5-Devel-Caller>0:devel/p5-Devel-Caller \
p5-Devel-LexAlias>0:devel/p5-Devel-LexAlias \
p5-Data-Capture>0:devel/p5-Data-Capture
TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>