freebsd-ports/devel/p5-Tree-Simple-View/Makefile
Aaron Dalton 09b75db353 - updated from v0.13 to v0.14
0.14 Mon Novermber 28, 2005
    - removing the OS X resource fork files
    - applied patch (RT #16064) to support XHTML
      compliant output for Tree::Simple::View::HTML.
        - thanks to Simon Wilcox for this patch and tests

Approved by: tobez (implicit)
2005-12-20 15:08:15 +00:00

34 lines
929 B
Makefile

# New ports collection makefile for: Tree::Simple::View
# Date created: 1 August 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Tree-Simple-View
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tree
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= A set of classes for viewing Tree::Simple hierarchies
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
${SITE_PERL}/Class/Throwable.pm:${PORTSDIR}/devel/p5-Class-Throwable \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 \
Tree::Simple::View::HTML.3 Tree::Simple::View::Exceptions.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or above
.endif
.include <bsd.port.post.mk>