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
|
2012-04-26 12:56:20 +02:00
|
|
|
PORTVERSION= 1.10
|
2011-01-28 18:22:44 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2012-04-26 12:56:20 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
2011-01-28 18:22:44 +01:00
|
|
|
|
2012-03-09 08:46:07 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-01-28 18:22:44 +01:00
|
|
|
COMMENT= Allow C/XS libraries to interrupt perl asynchronously
|
|
|
|
|
2012-03-09 08:46:07 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-04-26 12:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
|
|
|
RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
|
2012-02-11 23:45:51 +01:00
|
|
|
|
2011-01-28 18:22:44 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Async::Interrupt.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|