freebsd-ports/devel/p5-Time/Makefile

28 lines
572 B
Makefile
Raw Normal View History

2000-04-11 23:30:15 +02:00
# New ports collection makefile for: p5-Time
# Date created: October 12th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-15 03:36:28 +02:00
PORTNAME= Time
2001-07-16 04:42:14 +02:00
PORTVERSION= 101.062101
1997-04-20 15:53:29 +02:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
2000-04-11 23:30:15 +02:00
PKGNAMEPREFIX= p5-
2000-04-15 03:36:28 +02:00
DISTNAME= Time-modules-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= YES
MAN3= Time::CTime.3 \
Time::DaysInMonth.3 \
Time::JulianDay.3 \
Time::ParseDate.3 \
Time::Timezone.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>