mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Add p5-Attribute-Handlers-Prospective 0.01
Richer semantics for attribute handlers.
This commit is contained in:
parent
f196512693
commit
a9c91c280d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97352
5 changed files with 49 additions and 0 deletions
|
@ -527,6 +527,7 @@
|
||||||
SUBDIR += p5-Array-Window
|
SUBDIR += p5-Array-Window
|
||||||
SUBDIR += p5-AtExit
|
SUBDIR += p5-AtExit
|
||||||
SUBDIR += p5-Attribute-Handlers
|
SUBDIR += p5-Attribute-Handlers
|
||||||
|
SUBDIR += p5-Attribute-Handlers-Prospective
|
||||||
SUBDIR += p5-B-Deobfuscate
|
SUBDIR += p5-B-Deobfuscate
|
||||||
SUBDIR += p5-B-Graph
|
SUBDIR += p5-B-Graph
|
||||||
SUBDIR += p5-B-Keywords
|
SUBDIR += p5-B-Keywords
|
||||||
|
|
32
devel/p5-Attribute-Handlers-Prospective/Makefile
Normal file
32
devel/p5-Attribute-Handlers-Prospective/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# New ports collection makefile for: p5-Attribute-Handlers-Prospective
|
||||||
|
# Date created: 5 Jan 2004
|
||||||
|
# Whom: Mathieu Arnold <mat@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Attribute-Handlers-Prospective
|
||||||
|
PORTVERSION= 0.01
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Attribute
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= mat@FreeBSD.org
|
||||||
|
COMMENT= Richer semantics for attribute handlers
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \
|
||||||
|
${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Attribute::Handlers::Prospective.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500601
|
||||||
|
IGNORE= Need perl 5.6.1, try installing lang/perl5
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
1
devel/p5-Attribute-Handlers-Prospective/distinfo
Normal file
1
devel/p5-Attribute-Handlers-Prospective/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (Attribute-Handlers-Prospective-0.01.tar.gz) = d20442ca3d7f83aacbdb15f225fdf287
|
8
devel/p5-Attribute-Handlers-Prospective/pkg-descr
Normal file
8
devel/p5-Attribute-Handlers-Prospective/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
This module, when inherited by a package, allows that package's class to define
|
||||||
|
attribute handler subroutines for specific attributes. Variables and
|
||||||
|
subroutines subsequently defined in that package, or in packages derived from
|
||||||
|
that package may be given attributes with the same names as the attribute
|
||||||
|
handler subroutines, which will then be called in one of the compilation phases
|
||||||
|
(i.e. in a BEGIN, CHECK, INIT, run-time, or END block).
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Attribute-Handlers-Prospective/
|
7
devel/p5-Attribute-Handlers-Prospective/pkg-plist
Normal file
7
devel/p5-Attribute-Handlers-Prospective/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
%%SITE_PERL%%/Attribute/Handlers/Prospective.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Attribute/Handlers/Prospective/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Attribute/Handlers/Prospective
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Attribute/Handlers 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Attribute 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Attribute/Handlers 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Attribute 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue