View | Details | Raw Unified | Return to bug 132846
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Variable-Magic
8
PORTNAME=	Variable-Magic
9
PORTVERSION=	0.28
9
PORTVERSION=	0.32
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 14-20 Link Here
14
MAINTAINER=	chinsan@FreeBSD.org
14
MAINTAINER=	chinsan@FreeBSD.org
15
COMMENT=	Associate user-defined magic to variables from Perl
15
COMMENT=	Associate user-defined magic to variables from Perl
16
16
17
PERL_CONFIGURE=	yes
17
PERL_CONFIGURE=	5.8.0+
18
18
19
MAN3=		Variable::Magic.3
19
MAN3=		Variable::Magic.3
20
20
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Variable-Magic-0.28.tar.gz) = 5bac9e4b5aaf5a9a94cb8dd2b2fde73f
1
MD5 (Variable-Magic-0.32.tar.gz) = c2ff2f2ec88bbc291934a89e6fff06ed
2
SHA256 (Variable-Magic-0.28.tar.gz) = ccb7fc30e15313226c31121546a6edb27a8081784363e60503dd0d1bb4dfe66c
2
SHA256 (Variable-Magic-0.32.tar.gz) = 6e95b17e36fb623809dd56d18f7c0baac1ac3aff6e7927fea5ab7043c933cfcd
3
SIZE (Variable-Magic-0.28.tar.gz) = 34303
3
SIZE (Variable-Magic-0.32.tar.gz) = 39882
(-)pkg-descr (-4 / +4 lines)
Lines 1-7 Link Here
1
Magic is Perl way of enhancing objects. This mechanism let the user add
1
Magic is Perl way of enhancing objects. This mechanism lets the user add
2
extra data to any variable and overload syntaxical operations (such as
2
extra data to any variable and overload syntaxical operations (such as
3
access, assignation or destruction) that can be applied to it. With this
3
access, assignment or destruction) that can be applied to it. With this
4
module, you can add your own magic to any variable without the pain of the C
4
module, you can add your own magic to any variable without having to
5
API.
5
write a single line of XS.
6
6
7
WWW: http://search.cpan.org/dist/Variable-Magic/
7
WWW: http://search.cpan.org/dist/Variable-Magic/

Return to bug 132846