mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
20 lines
448 B
Makefile
20 lines
448 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Date-ICal
|
|
PORTVERSION= 2.678
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for ICalendar date objects
|
|
|
|
BUILD_DEPENDS= p5-Date-Leapyear>=1.03:${PORTSDIR}/devel/p5-Date-Leapyear
|
|
RUN_DEPENDS= p5-Date-Leapyear>=1.03:${PORTSDIR}/devel/p5-Date-Leapyear
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|