freebsd-ports/devel/p5-Time-Out/Makefile

20 lines
356 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Time-Out
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Easily timeout long running operations
USES= perl5
USE_PERL5= configure
MAN3= Time::Out.3
NO_STAGE= yes
.include <bsd.port.mk>