1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add p5-Class-Roles 0.30, provides a role-based system of OOP (emulates

Perl6).

PR:		ports/63125
Submitted by:	Alex Kapranoff <kappa@freebsd.org.ua>
This commit is contained in:
Vanilla I. Shu 2004-03-21 02:22:05 +00:00
parent 7c0753983e
commit 37aa89307a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104803
5 changed files with 38 additions and 0 deletions

View File

@ -597,6 +597,7 @@
SUBDIR += p5-Class-ObjectTemplate-DB
SUBDIR += p5-Class-ParmList
SUBDIR += p5-Class-ReturnValue
SUBDIR += p5-Class-Roles
SUBDIR += p5-Class-Singleton
SUBDIR += p5-Class-Tangram
SUBDIR += p5-Class-Tom

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Class-Roles
# Date Created: 17 Feb, 2004
# Whom: Alex Kapranoff <kappa@freebsd.org.ua>
#
# $FreeBSD$
#
PORTNAME= Class-Roles
PORTVERSION= 0.30
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= ports@freebsd.org
COMMENT= Provides a role-based system of OOP (emulates Perl6)
BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Class::Roles.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Class-Roles-0.30.tar.gz) = f9c3badc7aaf2c1af52e2d50f4a2a6b8
SIZE (Class-Roles-0.30.tar.gz) = 6146

View File

@ -0,0 +1,7 @@
Class::Roles provides a Perl 5 implementation of Perl 6 roles.
Roles are named collections of reusable behavior. They provide a
mechanism to mark that a class performs certain behaviors and to reuse
the code that performs those behaviors.
WWW: http://search.cpan.org/dist/Class-Roles/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Class/Roles.pm
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true