summaryrefslogtreecommitdiff
path: root/devel/p5-Async-Interrupt/Makefile
blob: c7e5189c77f4505d36b44aa6ede20e5612b81206 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Async-Interrupt
# Date created:		2010-12-29
# Whom:			Mikhail T. <michael@fun-box.ru>
#
# $FreeBSD$
#

PORTNAME=	Async-Interrupt
PORTVERSION=	1.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	michael@fun-box.ru
COMMENT=	Allow C/XS libraries to interrupt perl asynchronously

PERL_CONFIGURE=	yes

MAN3=		Async::Interrupt.3

.include <bsd.port.mk>