- Add p5-Class-Mix:

The "mix_class" function provided by this module dynamically generates
`anonymous' classes with specified inheritance.

WWW: http://search.cpan.org/dist/Class-Mix/
This commit is contained in:
Henrik Brix Andersen 2009-05-21 16:35:03 +00:00
parent a77a39e475
commit f67177f511
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234348
5 changed files with 34 additions and 0 deletions

View File

@ -1076,6 +1076,7 @@
SUBDIR += p5-Class-Method-Modifiers-Fast
SUBDIR += p5-Class-MethodMaker
SUBDIR += p5-Class-MethodMapper
SUBDIR += p5-Class-Mix
SUBDIR += p5-Class-MixinFactory
SUBDIR += p5-Class-Multimethods
SUBDIR += p5-Class-Multimethods-Pure

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: Class-Mix
# Date created: 21 May 2009
# Whom: brix@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Class-Mix
PORTVERSION= 0.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for dynamic class mixing
BUILD_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
PERL_MODBUILD= yes
MAN3= Class::Mix.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Class-Mix-0.003.tar.gz) = b7ef3377beceadc3ae05f2e118eb3dfa
SHA256 (Class-Mix-0.003.tar.gz) = 180940aed29476f04dcce034ea20ace1d4066130640c26fb2bed07faf2a73cc8
SIZE (Class-Mix-0.003.tar.gz) = 5065

View File

@ -0,0 +1,4 @@
The "mix_class" function provided by this module dynamically generates
`anonymous' classes with specified inheritance.
WWW: http://search.cpan.org/dist/Class-Mix/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Class/Mix.pm
@dirrmtry %%SITE_PERL%%/Class