2002-01-12 01:06:37 +01:00
|
|
|
# Ports collection Makefile for: p5-Time-Object
|
|
|
|
# Date created: 8 Jan 2002
|
|
|
|
# Whom: dom@happygiraffe.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Time-Object
|
|
|
|
PORTVERSION= 1.00
|
2007-09-24 13:56:45 +02:00
|
|
|
PORTREVISION= 1
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-01-12 01:06:37 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-09-24 09:38:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A Perl OO interface to time and dates
|
2002-01-12 01:06:37 +01:00
|
|
|
|
|
|
|
MAN3= Time::Object.3 Time::Seconds.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-30 20:12:33 +02:00
|
|
|
.include <bsd.port.mk>
|