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
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Time
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= dom@happygiraffe.net
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|