freebsd-ports/devel/p5-Const-Fast/Makefile
Philip M. Gollucci d0f0aee88e This module was written because I stumbled on some serious issues of Readonly
that aren't easily fixable without breaking backwards compatibility in subtle
ways. In particular Readonly's use of ties is a source of subtle bugs and bad
performance. Instead, this module uses the builtin readonly feature of perl,
making access to the variables just as fast as any normal variable without
the weird side-effects of ties. Readonly can do the same for scalars when
Readonly::XS is installed, but chooses not to do so in the most common case.

WWW: http://search.cpan.org/dist/Const-Fast/
2010-12-12 21:38:33 +00:00

24 lines
539 B
Makefile

# New ports collection makefile for: p5-Const-Fast
# Date created: 2010-12-12
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= Const-Fast
PORTVERSION= 0.006
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/L/LE/LEONT/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Facility for creating read-only scalars, arrays, and hashes
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
PERL_CONFIGURE= YES
MAN3= Const::Fast.3
.include <bsd.port.mk>