diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-28 09:11:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-28 09:11:25 +0800 |
commit | a4534ca70c9c79a7f53185206e1fb195352b8cf2 (patch) | |
tree | ad481295de35c2fd30c50590f4c85f99da3f679c /textproc/p5-Pod-Eventual | |
parent | db44e038e0bb484df7bee3d16b1eb7885a9d461a (diff) | |
download | freebsd-ports-gnome-a4534ca70c9c79a7f53185206e1fb195352b8cf2.tar.gz freebsd-ports-gnome-a4534ca70c9c79a7f53185206e1fb195352b8cf2.tar.zst freebsd-ports-gnome-a4534ca70c9c79a7f53185206e1fb195352b8cf2.zip |
read a POD document as a series of trivial events
WWW: http://search.cpan.org/dist/Pod-Eventual
PR: ports/142056
Submitted by: Andrey Kostenko <andrey at kostenko.name>
Diffstat (limited to 'textproc/p5-Pod-Eventual')
-rw-r--r-- | textproc/p5-Pod-Eventual/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Pod-Eventual/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Eventual/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Eventual/pkg-plist | 7 |
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Eventual/Makefile b/textproc/p5-Pod-Eventual/Makefile new file mode 100644 index 000000000000..379a7f816436 --- /dev/null +++ b/textproc/p5-Pod-Eventual/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Pod-Eventual +# Date created: 27 December 2009 +# Whom: Andrey Kostenko <andrey@kostenko.name> +# +# $FreeBSD$ +# + +PORTNAME= Pod-Eventual +PORTVERSION= 0.093330 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= Read a POD document as a series of trivial events + +BUILD_DEPENDS= p5-Mixin-Linewise>=0.001:${PORTSDIR}/devel/p5-Mixin-Linewise \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES +MAN3= Pod::Eventual.3\ + Pod::Eventual::Simple.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Pod-Eventual/distinfo b/textproc/p5-Pod-Eventual/distinfo new file mode 100644 index 000000000000..414aec1c862e --- /dev/null +++ b/textproc/p5-Pod-Eventual/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-Eventual-0.093330.tar.gz) = 38124f3c1dd8b53a122d8336dec89453 +SHA256 (Pod-Eventual-0.093330.tar.gz) = 29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6 +SIZE (Pod-Eventual-0.093330.tar.gz) = 13223 diff --git a/textproc/p5-Pod-Eventual/pkg-descr b/textproc/p5-Pod-Eventual/pkg-descr new file mode 100644 index 000000000000..a9a9db836625 --- /dev/null +++ b/textproc/p5-Pod-Eventual/pkg-descr @@ -0,0 +1,3 @@ +read a POD document as a series of trivial events + +WWW: http://search.cpan.org/dist/Pod-Eventual diff --git a/textproc/p5-Pod-Eventual/pkg-plist b/textproc/p5-Pod-Eventual/pkg-plist new file mode 100644 index 000000000000..c5486ebe7730 --- /dev/null +++ b/textproc/p5-Pod-Eventual/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Pod/Eventual.pm +%%SITE_PERL%%/Pod/Eventual/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual/.packlist +@dirrmtry %%SITE_PERL%%/Pod/Eventual +@dirrmtry %%SITE_PERL%%/Pod +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod |