2006-07-19 03:08:19 +02:00
|
|
|
# New ports collection makefile for: p5-Time-Duration-Parse
|
|
|
|
# Date created: 2006-07-18
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Time-Duration-Parse
|
2008-06-12 10:58:58 +02:00
|
|
|
PORTVERSION= 0.06
|
2006-07-19 03:08:19 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-12-25 03:15:40 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-19 03:08:19 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-12-25 03:15:40 +01:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2006-07-19 03:08:19 +02:00
|
|
|
COMMENT= Parse string that represents time duration
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Time::Duration::Parse.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|