diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-11 16:53:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-11 16:53:57 +0000 |
commit | ea5308ff774503265a363b2424be5b81dcccec90 (patch) | |
tree | f91cb45777eebe8fc597957423dede1dcb86ae1f /devel/p5-B-Hooks-Parser | |
parent | 7018a8419a928e15603799cd531d3c0726683b04 (diff) |
Notes
Diffstat (limited to 'devel/p5-B-Hooks-Parser')
-rw-r--r-- | devel/p5-B-Hooks-Parser/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-B-Hooks-Parser/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-B-Hooks-Parser/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-B-Hooks-Parser/pkg-plist | 14 |
4 files changed, 48 insertions, 0 deletions
diff --git a/devel/p5-B-Hooks-Parser/Makefile b/devel/p5-B-Hooks-Parser/Makefile new file mode 100644 index 000000000000..8a5ed7abf87f --- /dev/null +++ b/devel/p5-B-Hooks-Parser/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-B-Hooks-Parser +# Date created: 2009-03-11 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= B-Hooks-Parser +PORTVERSION= 0.08 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= B +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Interface to perls parser variables + +BUILD_DEPENDS= p5-B-Hooks-OP-Check>0:${PORTSDIR}/devel/p5-B-Hooks-OP-Check:patch \ + p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends +RUN_DEPENDS= p5-B-Hooks-OP-Check>0:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \ + p5-parent>:${PORTSDIR}/devel/p5-parent + +PERL_CONFIGURE= yes + +MAN3= B::Hooks::Parser.3 + +.include <bsd.port.mk> diff --git a/devel/p5-B-Hooks-Parser/distinfo b/devel/p5-B-Hooks-Parser/distinfo new file mode 100644 index 000000000000..b3218d596461 --- /dev/null +++ b/devel/p5-B-Hooks-Parser/distinfo @@ -0,0 +1,3 @@ +MD5 (B-Hooks-Parser-0.08.tar.gz) = 5d2d0a714f4e6682186c37a36e64bce1 +SHA256 (B-Hooks-Parser-0.08.tar.gz) = c937adde4d24f9421901e3c16eb44b7cfd3754c148ff36458b82d45bcecf58e2 +SIZE (B-Hooks-Parser-0.08.tar.gz) = 65716 diff --git a/devel/p5-B-Hooks-Parser/pkg-descr b/devel/p5-B-Hooks-Parser/pkg-descr new file mode 100644 index 000000000000..baa68f52aa06 --- /dev/null +++ b/devel/p5-B-Hooks-Parser/pkg-descr @@ -0,0 +1,4 @@ +This module provides an API for parts of the perl parser. It can be +used to modify code while it's being parsed. + +WWW: http://search.cpan.org/dist/B-Hooks-Parser/ diff --git a/devel/p5-B-Hooks-Parser/pkg-plist b/devel/p5-B-Hooks-Parser/pkg-plist new file mode 100644 index 000000000000..fc312469d74c --- /dev/null +++ b/devel/p5-B-Hooks-Parser/pkg-plist @@ -0,0 +1,14 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/B/Hooks/Parser.pm +%%SITE_PERL%%/%%PERL_ARCH%%/B/Hooks/Parser/Install/Files.pm +%%SITE_PERL%%/%%PERL_ARCH%%/B/Hooks/Parser/Install/hook_parser.h +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks/Parser/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks/Parser/Parser.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks/Parser/Parser.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks/Parser +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B/Hooks +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/B +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B/Hooks/Parser/Install +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B/Hooks/Parser +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B/Hooks +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/B |