freebsd-ports/devel/p5-Async-MergePoint/Makefile
Philip M. Gollucci a7316cdf8c - Add TEST_DEPENDS
PR:             ports/164895
Submitted by:   swills
Approved by:    johan@stromnet.se (maintainer)
2012-02-11 22:46:23 +00:00

30 lines
717 B
Makefile

# New ports collection makefile for: p5-Async-MergePoint2
# Date created: 2009-08-04
# Whom: Felippe M. Motta <lippe@shire.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= Async-MergePoint
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= johan@stromnet.se
COMMENT= Perl modules that resynchronise diverged control flow
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Async::MergePoint.3
PLIST_FILES= %%SITE_PERL%%/Async/MergePoint.pm \
%%SITE_PERL%%/mach/auto/Async/MergePoint/.packlist
PLIST_DIRS= %%SITE_PERL%%/mach/auto/Async/MergePoint \
%%SITE_PERL%%/mach/auto/Async \
%%SITE_PERL%%/Async
.include <bsd.port.mk>