mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
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>
This commit is contained in:
parent
67e48c93ab
commit
cc30d610cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248734
@ -550,6 +550,7 @@
|
||||
SUBDIR += p5-Pod-Constants
|
||||
SUBDIR += p5-Pod-DocBook
|
||||
SUBDIR += p5-Pod-Escapes
|
||||
SUBDIR += p5-Pod-Eventual
|
||||
SUBDIR += p5-Pod-HtmlEasy
|
||||
SUBDIR += p5-Pod-POM
|
||||
SUBDIR += p5-Pod-POM-View-HTML-Filter
|
||||
|
25
textproc/p5-Pod-Eventual/Makefile
Normal file
25
textproc/p5-Pod-Eventual/Makefile
Normal file
@ -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>
|
3
textproc/p5-Pod-Eventual/distinfo
Normal file
3
textproc/p5-Pod-Eventual/distinfo
Normal file
@ -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
|
3
textproc/p5-Pod-Eventual/pkg-descr
Normal file
3
textproc/p5-Pod-Eventual/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
read a POD document as a series of trivial events
|
||||
|
||||
WWW: http://search.cpan.org/dist/Pod-Eventual
|
7
textproc/p5-Pod-Eventual/pkg-plist
Normal file
7
textproc/p5-Pod-Eventual/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user