# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Class-Roles/ # p5-Class-Roles/Makefile # p5-Class-Roles/distinfo # p5-Class-Roles/pkg-descr # p5-Class-Roles/pkg-plist # echo c - p5-Class-Roles/ mkdir -p p5-Class-Roles/ > /dev/null 2>&1 echo x - p5-Class-Roles/Makefile sed 's/^X//' >p5-Class-Roles/Makefile << 'END-of-p5-Class-Roles/Makefile' X# New ports collection makefile for: p5-Class-Roles X# Date Created: 17 Feb, 2004 X# Whom: Alex Kapranoff X# X# $FreeBSD$ X# X XPORTNAME= Class-Roles XPORTVERSION= 0.30 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Class XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@freebsd.org XCOMMENT= Provides a role-based system of OOP (emulates Perl6) X XBUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_MODBUILD= yes X XMAN3= Class::Roles.3 X X.include END-of-p5-Class-Roles/Makefile echo x - p5-Class-Roles/distinfo sed 's/^X//' >p5-Class-Roles/distinfo << 'END-of-p5-Class-Roles/distinfo' XMD5 (Class-Roles-0.30.tar.gz) = f9c3badc7aaf2c1af52e2d50f4a2a6b8 XSIZE (Class-Roles-0.30.tar.gz) = 6146 END-of-p5-Class-Roles/distinfo echo x - p5-Class-Roles/pkg-descr sed 's/^X//' >p5-Class-Roles/pkg-descr << 'END-of-p5-Class-Roles/pkg-descr' XClass::Roles provides a Perl 5 implementation of Perl 6 roles. X XRoles are named collections of reusable behavior. They provide a Xmechanism to mark that a class performs certain behaviors and to reuse Xthe code that performs those behaviors. X XWWW: http://search.cpan.org/dist/Class-Roles/ END-of-p5-Class-Roles/pkg-descr echo x - p5-Class-Roles/pkg-plist sed 's/^X//' >p5-Class-Roles/pkg-plist << 'END-of-p5-Class-Roles/pkg-plist' X%%SITE_PERL%%/Class/Roles.pm X@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true END-of-p5-Class-Roles/pkg-plist exit