22 lines
421 B
Makefile
22 lines
421 B
Makefile
# New ports collection makefile for: devel/p5-Time-Out
|
|
# Date created: 18 November 2010
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Time::Out.3
|
|
|
|
.include <bsd.port.mk>
|