aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-Piece/Makefile
blob: 0dd36823e3fe4bcdb6b3d08bb79a1152f5ba01ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Time-Piece
PORTVERSION=	1.3204
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Time::Piece - Object Oriented time objects

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>