1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-Spiffy 0.18, spiffy Perl Interface Framework For You.

PR:		ports/69134
Submitted by:	Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
This commit is contained in:
Vanilla I. Shu 2004-07-16 02:22:10 +00:00
parent 31f57dea12
commit 03942b2d34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113746
5 changed files with 47 additions and 0 deletions

View File

@ -923,6 +923,7 @@
SUBDIR += p5-Sort-ArrayOfArrays
SUBDIR += p5-Sort-Tree
SUBDIR += p5-Sort-Versions
SUBDIR += p5-Spiffy
SUBDIR += p5-Storable
SUBDIR += p5-String-Approx
SUBDIR += p5-String-CRC32

32
devel/p5-Spiffy/Makefile Normal file
View File

@ -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>

2
devel/p5-Spiffy/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (Spiffy-0.18.tar.gz) = a86178288a9c550e4daeacdf6277d165
SIZE (Spiffy-0.18.tar.gz) = 20206

View File

@ -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/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy/.packlist
%%SITE_PERL%%/Spiffy.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spiffy