2c7a5db9aa
- Add LICENSE (Artistic 1 & GPLv1) Changes: http://search.cpan.org/dist/Tie-iCal/CHANGES PR: ports/161126 [1] Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
26 lines
533 B
Makefile
26 lines
533 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.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BSDZ
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kaoru@kaisei.org
|
|
COMMENT= Tie iCal files to Perl hashes
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5_REASON= requires newer version of Perl with Tie::File 0.97 or later
|
|
|
|
MAN3= Tie::iCal.3
|
|
|
|
.include <bsd.port.mk>
|