1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Update to 0.32 (maintainer timeout).

PR:		131902, 132846
Submitted by:	clsung, lbr
This commit is contained in:
Lars Balker Rasmussen 2009-03-21 22:47:10 +00:00
parent 5072d132ff
commit b991d845c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230608
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Variable-Magic
PORTVERSION= 0.28
PORTVERSION= 0.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Associate user-defined magic to variables from Perl
PERL_CONFIGURE= yes
PERL_CONFIGURE= 5.8.0+
MAN3= Variable::Magic.3

View File

@ -1,3 +1,3 @@
MD5 (Variable-Magic-0.28.tar.gz) = 5bac9e4b5aaf5a9a94cb8dd2b2fde73f
SHA256 (Variable-Magic-0.28.tar.gz) = ccb7fc30e15313226c31121546a6edb27a8081784363e60503dd0d1bb4dfe66c
SIZE (Variable-Magic-0.28.tar.gz) = 34303
MD5 (Variable-Magic-0.32.tar.gz) = c2ff2f2ec88bbc291934a89e6fff06ed
SHA256 (Variable-Magic-0.32.tar.gz) = 6e95b17e36fb623809dd56d18f7c0baac1ac3aff6e7927fea5ab7043c933cfcd
SIZE (Variable-Magic-0.32.tar.gz) = 39882

View File

@ -1,7 +1,7 @@
Magic is Perl way of enhancing objects. This mechanism let the user add
Magic is Perl way of enhancing objects. This mechanism lets the user add
extra data to any variable and overload syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without the pain of the C
API.
access, assignment or destruction) that can be applied to it. With this
module, you can add your own magic to any variable without having to
write a single line of XS.
WWW: http://search.cpan.org/dist/Variable-Magic/