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:
parent
7c0753983e
commit
37aa89307a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104803
@ -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
|
||||
|
26
devel/p5-Class-Roles/Makefile
Normal file
26
devel/p5-Class-Roles/Makefile
Normal 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>
|
2
devel/p5-Class-Roles/distinfo
Normal file
2
devel/p5-Class-Roles/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Class-Roles-0.30.tar.gz) = f9c3badc7aaf2c1af52e2d50f4a2a6b8
|
||||
SIZE (Class-Roles-0.30.tar.gz) = 6146
|
7
devel/p5-Class-Roles/pkg-descr
Normal file
7
devel/p5-Class-Roles/pkg-descr
Normal 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/
|
2
devel/p5-Class-Roles/pkg-plist
Normal file
2
devel/p5-Class-Roles/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Class/Roles.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user