diff options
author | jlam <jlam> | 2004-12-25 05:12:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-25 05:12:10 +0000 |
commit | a0d8a1db263bcd2aee2a65738c614ec8dcdddee3 (patch) | |
tree | 8f100265093c349070b5fa63214751db30393a46 /devel/p5-Spoon | |
parent | f11674023b26ab48357e3109df8048dc9c61ec7d (diff) | |
download | pkgsrc-a0d8a1db263bcd2aee2a65738c614ec8dcdddee3.tar.gz |
Import p5-Spoon-0.21 as devel/p5-Spoon, a Spiffy Application Building
Framework.
Spoon is an Application Framework that is designed primarily for
building Social Software web applications. Spoon::Base is the primary
base class for all the Spoon::* modules. Spoon.pm inherits from
Spiffy.pm. Spoon is not an application in and of itself. You need
to build your own applications from it.
Diffstat (limited to 'devel/p5-Spoon')
-rw-r--r-- | devel/p5-Spoon/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Spoon/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Spoon/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Spoon/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Spoon/DESCR b/devel/p5-Spoon/DESCR new file mode 100644 index 00000000000..180e24364d9 --- /dev/null +++ b/devel/p5-Spoon/DESCR @@ -0,0 +1,5 @@ +Spoon is an Application Framework that is designed primarily for +building Social Software web applications. Spoon::Base is the primary +base class for all the Spoon::* modules. Spoon.pm inherits from +Spiffy.pm. Spoon is not an application in and of itself. You need +to build your own applications from it. diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile new file mode 100644 index 00000000000..4f861ee4eeb --- /dev/null +++ b/devel/p5-Spoon/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $ + +DISTNAME= Spoon-0.20 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/} +MODULE_DIR= module/by-module +AUTHOR_DIR= authors/id/I/IN/INGY + +MAINTAINER= jlam@NetBSD.org +COMMENT= Spiffy Application Building Framework + +DEPENDS+= p5-IO-All>=0.32:../../devel/p5-IO-All +DEPENDS+= p5-Spiffy>=0.21:../../devel/p5-Spiffy +DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spoon/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Spoon/PLIST b/devel/p5-Spoon/PLIST new file mode 100644 index 00000000000..6655bcb4675 --- /dev/null +++ b/devel/p5-Spoon/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $ diff --git a/devel/p5-Spoon/distinfo b/devel/p5-Spoon/distinfo new file mode 100644 index 00000000000..57ced2c4a0f --- /dev/null +++ b/devel/p5-Spoon/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/25 05:12:10 jlam Exp $ + +SHA1 (Spoon-0.20.tar.gz) = 5e2ade712118c756999030549c869b1c02bde87a +Size (Spoon-0.20.tar.gz) = 21739 bytes |