freebsd-ports/devel/p5-Async-Interrupt/Makefile
Sahil Tandon b5cb76ed93 - Update maintainer address
Requested by:	maintainer (via freebsd-ports)
2011-02-18 03:13:03 +00:00

21 lines
419 B
Makefile

# 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= m.tsatsenko@gmail.com
COMMENT= Allow C/XS libraries to interrupt perl asynchronously
PERL_CONFIGURE= yes
MAN3= Async::Interrupt.3
.include <bsd.port.mk>