aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-Object/Makefile
blob: 0d00aaf0fd6d5966909f6bc65257efd9bf9f61a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: dom@happygiraffe.net
# $FreeBSD$

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

MAINTAINER=	5u623l20@gmail.com
COMMENT=	Perl OO interface to time and dates

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>