mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
28 lines
712 B
Makefile
28 lines
712 B
Makefile
# Created by: Felippe M. Motta <lippe@shire.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Async-MergePoint
|
|
PORTVERSION= 0.04
|
|
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 \
|
|
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/Async/MergePoint.pm \
|
|
%%SITE_PERL%%/mach/auto/Async/MergePoint/.packlist \
|
|
%%PERL5_MAN3%%/Async::MergePoint.3.gz
|
|
|
|
PLIST_DIRS= %%SITE_PERL%%/mach/auto/Async/MergePoint \
|
|
%%SITE_PERL%%/mach/auto/Async \
|
|
%%SITE_PERL%%/Async
|
|
|
|
.include <bsd.port.mk>
|