diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-16 02:22:10 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-16 02:22:10 +0000 |
commit | a5cae9262631ab2177bb548609dcad83d7dda46c (patch) | |
tree | 888d538d21b033ffe61200bdc46aa9a016d59730 /devel/p5-Spiffy | |
parent | 8dccd4bfcc82ef7e7e2256f12eff359f9b69a3b4 (diff) | |
download | FreeBSD-ports-a5cae9262631ab2177bb548609dcad83d7dda46c.zip FreeBSD-ports-a5cae9262631ab2177bb548609dcad83d7dda46c.tar.gz |
Add p5-Spiffy 0.18, spiffy Perl Interface Framework For You.
PR: ports/69134
Submitted by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
Diffstat (limited to 'devel/p5-Spiffy')
-rw-r--r-- | devel/p5-Spiffy/Makefile | 32 | ||||
-rw-r--r-- | devel/p5-Spiffy/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Spiffy/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Spiffy/pkg-plist | 3 |
4 files changed, 46 insertions, 0 deletions
diff --git a/devel/p5-Spiffy/Makefile b/devel/p5-Spiffy/Makefile new file mode 100644 index 0000000..2ca0997 --- /dev/null +++ b/devel/p5-Spiffy/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Spiffy +# Date created: 15 Jul 2004 +# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Spiffy +PORTVERSION= 0.18 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Spiffy Perl Interface Framework For You + +PERL_CONFIGURE= yes + +MAN3= Spiffy.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +RUN_DEPENDS+= ${BUILD_DEPENDS} +.endif +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.8.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Spiffy/distinfo b/devel/p5-Spiffy/distinfo new file mode 100644 index 0000000..58285cf --- /dev/null +++ b/devel/p5-Spiffy/distinfo @@ -0,0 +1,2 @@ +MD5 (Spiffy-0.18.tar.gz) = a86178288a9c550e4daeacdf6277d165 +SIZE (Spiffy-0.18.tar.gz) = 20206 diff --git a/devel/p5-Spiffy/pkg-descr b/devel/p5-Spiffy/pkg-descr new file mode 100644 index 0000000..b30afdb --- /dev/null +++ b/devel/p5-Spiffy/pkg-descr @@ -0,0 +1,9 @@ +IO::All - Spiffy Perl Interface Framework For You + +Spiffy" is a framework and methodology for doing object oriented programming +in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and +SUPER.pm into one magic foundation class. It attempts to fix all the nits and +warts of traditional Perl OO, in a clean, straightforward and +(perhaps someday) standard way. + +WWW: http://search.cpan.org/~ingy/Spiffy-0.18/ diff --git a/devel/p5-Spiffy/pkg-plist b/devel/p5-Spiffy/pkg-plist new file mode 100644 index 0000000..401f642 --- /dev/null +++ b/devel/p5-Spiffy/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy/.packlist +%%SITE_PERL%%/Spiffy.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy |