2011-01-28 18:22:44 +01:00
|
|
|
# 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-
|
|
|
|
|
2011-02-18 04:13:03 +01:00
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
2011-01-28 18:22:44 +01:00
|
|
|
COMMENT= Allow C/XS libraries to interrupt perl asynchronously
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Async::Interrupt.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|