037019ccf6
Magic is Perl way of enhancing objects. This mechanism let 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. WWW: http://search.cpan.org/dist/Variable-Magic/
21 lines
388 B
Makefile
21 lines
388 B
Makefile
# Ports collection makefile for: p5-Variable-Magic
|
|
# Date created: 2008/08/30
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Variable-Magic
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Associate user-defined magic to variables from Perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Variable::Magic.3
|
|
|
|
.include <bsd.port.mk>
|