1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/p5-Tie-iCal/Makefile
Yen-Ming Lee 69208ba639 - replace BROKEN with IGNORE.
this port requires Tie::File 0.97 which is only availble on perl 5.7.3 or above.

PR:		90569
Submitted by:	leeym
Approved by:	maintainer
2005-12-19 14:37:33 +00:00

29 lines
565 B
Makefile

# New ports collection makefile for: p5-Tie-iCal
# Date created: 13 June 2005
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= Tie-iCal
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Tie iCal files to Perl hashes
PERL_CONFIGURE= yes
MAN3= Tie::iCal.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
IGNORE= requires newer version of Perl with Tie::File 0.97 or later
.endif
.include <bsd.port.post.mk>