1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/p5-Forest/Makefile
Andrej Zverev a015f2e5d0 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
2011-09-08 08:36:43 +00:00

50 lines
1.4 KiB
Makefile

# New ports collection makefile for: p5-Forest
# Date created: 2008/08/30
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Forest
PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STEVAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A collection of n-ary tree related modules
RUN_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Forest.3 \
Forest::Tree.3 \
Forest::Tree::Builder.3 \
Forest::Tree::Builder::Callback.3 \
Forest::Tree::Builder::SimpleTextFile.3 \
Forest::Tree::Constructor.3 \
Forest::Tree::Pure.3 \
Forest::Tree::Writer::SimpleHTML.3 \
Forest::Tree::Roles::JSONable.3 \
Forest::Tree::Writer::ASCIIWithBranches.3 \
Forest::Tree::Indexer.3 \
Forest::Tree::Roles::LoadWithMetaData.3 \
Forest::Tree::Writer.3 \
Forest::Tree::Roles::MetaData.3 \
Forest::Tree::Loader.3 \
Forest::Tree::Writer::SimpleASCII.3 \
Forest::Tree::Reader.3 \
Forest::Tree::Reader::SimpleTextFile.3 \
Forest::Tree::Loader::SimpleUIDLoader.3 \
Forest::Tree::Indexer::SimpleUIDIndexer.3 \
Forest::Tree::Roles::HasNodeFormatter.3
.include <bsd.port.mk>