1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

This module creates compile-time constants in the manner of

constant.pm, but makes them local to the enclosing scope.

WWW:	http://search.cpan.org/dist/constant-lexical/

PR:		ports/128900
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Martin Wilke 2008-11-21 20:45:41 +00:00
parent 4f9a4470e1
commit a4bb32a2aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223149
5 changed files with 39 additions and 0 deletions

View File

@ -1890,6 +1890,7 @@
SUBDIR += p5-aliased
SUBDIR += p5-base
SUBDIR += p5-capitalization
SUBDIR += p5-constant-lexical
SUBDIR += p5-doxygenfilter
SUBDIR += p5-enum
SUBDIR += p5-forks

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-constant-lexical
# Date created: 2008-11-16
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= constant-lexical
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/SP/SPROUT
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl pragma to declare lexical compile-time constants
RUN_DEPENDS= p5-Sub-Delete>0:${PORTSDIR}/devel/p5-Sub-Delete
PERL_CONFIGURE= yes
USE_PERL5= 5.8.0+
MAN3= constant::lexical.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (constant-lexical-0.01.tar.gz) = 0a46f9aa30b596ee5ef0f50925094960
SHA256 (constant-lexical-0.01.tar.gz) = 4663a9916e88c592e1d4e31145def8f0b20bd557fb0993126168fabb88f70d34
SIZE (constant-lexical-0.01.tar.gz) = 3280

View File

@ -0,0 +1,4 @@
This module creates compile-time constants in the manner of
constant.pm, but makes them local to the enclosing scope.
WWW: http://search.cpan.org/dist/constant-lexical/

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/lexical/.packlist
%%SITE_PERL%%/constant/lexical.pm
@dirrmtry %%SITE_PERL%%/constant
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/lexical
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant