freebsd-ports/devel/p5-Time/Makefile

31 lines
643 B
Makefile
Raw Normal View History

2000-04-11 17:30:15 -04:00
# New ports collection makefile for: p5-Time
# Date created: October 12th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-04-14 21:36:28 -04:00
PORTNAME= Time
PORTVERSION= 100.010301
1997-04-20 09:53:29 -04:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
2000-04-11 17:30:15 -04:00
PKGNAMEPREFIX= p5-
2000-04-14 21:36:28 -04:00
DISTNAME= Time-modules-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_PERL5= YES
MAN3= Time::CTime.3 \
Time::DaysInMonth.3 \
Time::JulianDay.3 \
Time::ParseDate.3 \
Time::Timezone.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>