diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 00:21:01 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 00:21:01 +0000 |
commit | f40b642a86fd5b9f26e18d1af8ee21280031a0d7 (patch) | |
tree | d358991028c124bcbcff2829758c9eea89d77e22 /misc/p5-Zen-Koans | |
parent | 9ad41a13ae04a35806a6756d81f960dda065d467 (diff) | |
download | ports-f40b642a86fd5b9f26e18d1af8ee21280031a0d7.tar.gz ports-f40b642a86fd5b9f26e18d1af8ee21280031a0d7.zip |
Notes
Diffstat (limited to 'misc/p5-Zen-Koans')
-rw-r--r-- | misc/p5-Zen-Koans/Makefile | 28 | ||||
-rw-r--r-- | misc/p5-Zen-Koans/distinfo | 3 | ||||
-rw-r--r-- | misc/p5-Zen-Koans/pkg-descr | 10 | ||||
-rw-r--r-- | misc/p5-Zen-Koans/pkg-plist | 6 |
4 files changed, 47 insertions, 0 deletions
diff --git a/misc/p5-Zen-Koans/Makefile b/misc/p5-Zen-Koans/Makefile new file mode 100644 index 000000000000..9b9d8dd52105 --- /dev/null +++ b/misc/p5-Zen-Koans/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Zen-Koans +# Date created: 21 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Zen-Koans +PORTVERSION= 0.04 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/L/LU/LUKEC +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Library containing over 100 Zen Koans + +MAN3= Zen::Koan.3 Zen::Koans.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Zen-Koans/distinfo b/misc/p5-Zen-Koans/distinfo new file mode 100644 index 000000000000..c0f37254a8e0 --- /dev/null +++ b/misc/p5-Zen-Koans/distinfo @@ -0,0 +1,3 @@ +MD5 (Zen-Koans-0.04.tar.gz) = 6a165ee912749d0acb63d6dfd3729063 +SHA256 (Zen-Koans-0.04.tar.gz) = 1552cc0b48e315d7b20bdf11919099651ba26942e77ccfe403bbdaa178a33273 +SIZE (Zen-Koans-0.04.tar.gz) = 86547 diff --git a/misc/p5-Zen-Koans/pkg-descr b/misc/p5-Zen-Koans/pkg-descr new file mode 100644 index 000000000000..e44e0649fc8f --- /dev/null +++ b/misc/p5-Zen-Koans/pkg-descr @@ -0,0 +1,10 @@ +A koan (pronounced /ko.an/) is a story, dialog, question, or statement in +the history and lore of Chan (Zen) Buddhism, generally containing aspects +that are inaccessible to rational understanding, yet that may be +accessible to intuition. + +This module contains over 100 Zen Koans, all taken from Ashidakim Zen +Koans here: http://www.ashidakim.com/zenkoans/zenindex.html + +WWW: http://search.cpan.org/dist/Zen-Koans +Author: Luke Closs <lukec@cpan.org> diff --git a/misc/p5-Zen-Koans/pkg-plist b/misc/p5-Zen-Koans/pkg-plist new file mode 100644 index 000000000000..cee1355c7d0e --- /dev/null +++ b/misc/p5-Zen-Koans/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Zen/Koan.pm +%%SITE_PERL%%/Zen/Koans.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen +@dirrmtry %%SITE_PERL%%/Zen |