diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-22 08:21:01 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-22 08:21:01 +0800 |
commit | b835bd8320a219ae7dbdc1fe229a3b5a226ece42 (patch) | |
tree | 37e834cb9e1d0d7c2109feb70d601a18e7e40bdb /misc | |
parent | b13504b3be98cafef3025ffa1b97210aefc279a4 (diff) | |
download | freebsd-ports-gnome-b835bd8320a219ae7dbdc1fe229a3b5a226ece42.tar.gz freebsd-ports-gnome-b835bd8320a219ae7dbdc1fe229a3b5a226ece42.tar.zst freebsd-ports-gnome-b835bd8320a219ae7dbdc1fe229a3b5a226ece42.zip |
Adding port misc/p5-Zen-Koans, a Library containing over 100 Zen Koans.
Approved by: tobez (implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 24e3345f710a..9fa96f04ca0e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -360,6 +360,7 @@ SUBDIR += p5-Norge SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash + SUBDIR += p5-Zen-Koans SUBDIR += patanjali SUBDIR += patchutils SUBDIR += pbs 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 |