21 lines
381 B
Makefile
21 lines
381 B
Makefile
# New ports collection makefile for: devel/p5-Time-Warp
|
|
# Date created: 28 April 2009
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Time-Warp
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Control over the flow of time
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Time::Warp.3
|
|
|
|
.include <bsd.port.mk>
|