freebsd-ports/devel/p5-Time-Object/Makefile
Patrick Li 2d0ecd9cc1 Add port devel/p5-Time-Object - This is a perl module for dealing
with Time/Date in Perl in a nice OO manner.

PR:		33689
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2002-01-12 00:06:37 +00:00

22 lines
438 B
Makefile

# 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
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Time::Object.3 Time::Seconds.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>