summaryrefslogtreecommitdiff
path: root/devel/p5-Time-Object/Makefile
blob: 5f53c2004ac0378ca43188c424b46e0809e2ca25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection Makefile for:		p5-Time-Object
# Date created:					8 Jan 2002
# Whom:						dom@happygiraffe.net
#
# $FreeBSD$
#

PORTNAME=	Time-Object
PORTVERSION=	1.00
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A Perl OO interface to time and dates

MAN3=		Time::Object.3 Time::Seconds.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>