20a866e33b
- Bump PORTREVISION for dependency change Feature safe: yes
26 lines
602 B
Makefile
26 lines
602 B
Makefile
# New ports collection makefile for: p5-Date-ISO
|
|
# Date created: 13 May 2002
|
|
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Date-ISO
|
|
PORTVERSION= 1.30
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts dates between ISO and Gregorian formats
|
|
|
|
BUILD_DEPENDS= p5-Date-ICal>=1.54:${PORTSDIR}/devel/p5-Date-ICal \
|
|
p5-Date-Leapyear>=0:${PORTSDIR}/devel/p5-Date-Leapyear
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Date::ISO.3
|
|
|
|
.include <bsd.port.mk>
|