freebsd-ports/devel/p5-Time-Local/Makefile

24 lines
479 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Time-Local
# Date created: 1 july 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= Time-Local
2004-04-28 18:52:09 +02:00
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Efficiently compute time from local and GMT time
PERL_CONFIGURE= yes
2004-04-14 13:28:01 +02:00
CONFIGURE_ARGS= INSTALLDIRS='site'
MAN3= Time::Local.3
.include <bsd.port.mk>