1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 0.18

- Change MASTER_SITE_SUBDIR to SZABGAB
- Add LICENSE
- Give maintainership to submitter

PR:		ports/175355
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
This commit is contained in:
Steve Wills 2013-01-19 04:11:06 +00:00
parent 85763c482c
commit 6c6e4a1f20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310637
3 changed files with 26 additions and 18 deletions

View File

@ -2,30 +2,36 @@
# $FreeBSD$
PORTNAME= PPIx-EditorTools
PORTVERSION= 0.11
PORTVERSION= 0.18
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AZAWAWI
MASTER_SITE_SUBDIR= CPAN:SZABGAB
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= Utility methods and base class for manipulating Perl via PPI
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \
p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI
p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \
p5-Try-Tiny>=0.11:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
p5-Test-Most>=0.88:${PORTSDIR}/devel/p5-Test-Most
PERL_CONFIGURE= yes
MAN3= PPIx::EditorTools::RenamePackage.3 \
PPIx::EditorTools::RenamePackageFromPath.3 \
PPIx::EditorTools::ReturnObject.3 \
PPIx::EditorTools::FindVariableDeclaration.3 \
PPIx::EditorTools::IntroduceTemporaryVariable.3 \
PPIx::EditorTools::RenameVariable.3 \
PPIx::EditorTools.3 \
PPIx::EditorTools::FindUnmatchedBrace.3
MAN3= PPIx::EditorTools.3 \
PPIx::EditorTools::FindUnmatchedBrace.3 \
PPIx::EditorTools::FindVariableDeclaration.3 \
PPIx::EditorTools::IntroduceTemporaryVariable.3 \
PPIx::EditorTools::Lexer.3 \
PPIx::EditorTools::Outline.3 \
PPIx::EditorTools::RenamePackage.3 \
PPIx::EditorTools::RenamePackageFromPath.3 \
PPIx::EditorTools::RenameVariable.3 \
PPIx::EditorTools::ReturnObject.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (PPIx-EditorTools-0.11.tar.gz) = b25df02dde4f6c6796ca36dc76965c11c6fce1e8811815bdddac982af7796443
SIZE (PPIx-EditorTools-0.11.tar.gz) = 22585
SHA256 (PPIx-EditorTools-0.18.tar.gz) = 1dbe7d6c762b22f77943e7754bb02416f6f2412019c6ac5f1fcd3b327ffeee61
SIZE (PPIx-EditorTools-0.18.tar.gz) = 38874

View File

@ -1,11 +1,13 @@
%%SITE_PERL%%/PPIx/EditorTools.pm
%%SITE_PERL%%/PPIx/EditorTools/FindUnmatchedBrace.pm
%%SITE_PERL%%/PPIx/EditorTools/FindVariableDeclaration.pm
%%SITE_PERL%%/PPIx/EditorTools/IntroduceTemporaryVariable.pm
%%SITE_PERL%%/PPIx/EditorTools/Lexer.pm
%%SITE_PERL%%/PPIx/EditorTools/Outline.pm
%%SITE_PERL%%/PPIx/EditorTools/RenamePackage.pm
%%SITE_PERL%%/PPIx/EditorTools/ReturnObject.pm
%%SITE_PERL%%/PPIx/EditorTools/RenamePackageFromPath.pm
%%SITE_PERL%%/PPIx/EditorTools/RenameVariable.pm
%%SITE_PERL%%/PPIx/EditorTools/FindVariableDeclaration.pm
%%SITE_PERL%%/PPIx/EditorTools.pm
%%SITE_PERL%%/PPIx/EditorTools/ReturnObject.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx/EditorTools/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx/EditorTools
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPIx