freebsd-ports/devel/p5-Date-ICal/Makefile
Erwin Lansing 9d944b5e0e Hand maintainership to Mathieu Arnold
Submitted by:	Mathieu Arnold <m@absolight.fr>
2003-06-23 12:44:47 +00:00

32 lines
819 B
Makefile

# New ports collection makefile for: p5-Date-ICal
# Date created: 12 May 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= Date-ICal
PORTVERSION= 1.72
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Perl extension for ICalendar date objects
BUILD_DEPENDS= ${SITE_PERL}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Date::ICal.3 Date::ICal::Duration.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>