- 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:
parent
a77a39e475
commit
f67177f511
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234348
@ -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
|
||||
|
24
devel/p5-Class-Mix/Makefile
Normal file
24
devel/p5-Class-Mix/Makefile
Normal 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>
|
3
devel/p5-Class-Mix/distinfo
Normal file
3
devel/p5-Class-Mix/distinfo
Normal 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
|
4
devel/p5-Class-Mix/pkg-descr
Normal file
4
devel/p5-Class-Mix/pkg-descr
Normal 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/
|
2
devel/p5-Class-Mix/pkg-plist
Normal file
2
devel/p5-Class-Mix/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Class/Mix.pm
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
Loading…
Reference in New Issue
Block a user