p5-POD2-Base is an abstraction of the code in POD2::IT and
POD2::FR. These modules belong to the Italian and the French translation projects of core Perl pods. WWW: http://search.cpan.org/dist/POD2-Base/ PR: ports/146974 Submitted by: Ashish SHUKLA <wahjava@gmail.com>
This commit is contained in:
parent
2b3953d222
commit
3cd3f5e9f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255097
5 changed files with 41 additions and 0 deletions
|
@ -533,6 +533,7 @@
|
|||
SUBDIR += p5-PDF-FromHTML
|
||||
SUBDIR += p5-PDF-Table
|
||||
SUBDIR += p5-PDF-Writer
|
||||
SUBDIR += p5-POD2-Base
|
||||
SUBDIR += p5-POE-Filter-XML
|
||||
SUBDIR += p5-POSIX-Regex
|
||||
SUBDIR += p5-PPI
|
||||
|
|
23
textproc/p5-POD2-Base/Makefile
Normal file
23
textproc/p5-POD2-Base/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: p5-POD2-Base
|
||||
# Date created: 2010-05-25
|
||||
# Whom: Ashish SHUKLA <wahjava@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= POD2-Base
|
||||
PORTVERSION= 0.043
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/F/FE/FERREIRA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wahjava@gmail.com
|
||||
COMMENT= Base module for translations of Perl documentation
|
||||
|
||||
PERL_CONFIGURE= 5.005+
|
||||
|
||||
MAN3= POD2::Base.3 \
|
||||
POD2::PT::POD2::Base.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-POD2-Base/distinfo
Normal file
3
textproc/p5-POD2-Base/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (POD2-Base-0.043.tar.gz) = aa72bc2e4f487427f380e0ef9a10f3e8
|
||||
SHA256 (POD2-Base-0.043.tar.gz) = 071910a2233d11767c9576f1909b8686b4696acb6a7035d1513f9c15ccf0237e
|
||||
SIZE (POD2-Base-0.043.tar.gz) = 9897
|
5
textproc/p5-POD2-Base/pkg-descr
Normal file
5
textproc/p5-POD2-Base/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
p5-POD2-Base is an abstraction of the code in POD2::IT and
|
||||
POD2::FR. These modules belong to the Italian and the French
|
||||
translation projects of core Perl pods.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POD2-Base/
|
9
textproc/p5-POD2-Base/pkg-plist
Normal file
9
textproc/p5-POD2-Base/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/POD2/Base.pm
|
||||
%%SITE_PERL%%/POD2/Base.pod
|
||||
%%SITE_PERL%%/POD2/PT/POD2/Base.pod
|
||||
%%SITE_PERL%%/mach/auto/POD2/Base/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/POD2/Base
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/POD2
|
||||
@dirrm %%SITE_PERL%%/POD2/PT/POD2
|
||||
@dirrm %%SITE_PERL%%/POD2/PT
|
||||
@dirrmtry %%SITE_PERL%%/POD2
|
Loading…
Reference in a new issue