1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/p5-PPIx-EditorTools/Makefile
Martin Wilke e25dd7c215 - Update to 0.09
PR:		139186
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2009-09-30 14:04:52 +00:00

34 lines
954 B
Makefile

# New ports collection makefile for: p5-PPIx-EditorTools
# Date created: July 12th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= PPIx-EditorTools
PORTVERSION= 0.09
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/A/AZ/AZAWAWI
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Utility methods and base class for manipulating Perl via PPI
BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \
p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
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
.include <bsd.port.mk>