1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/p5-Tree-Simple-View/Makefile
Sergey Matveychuk 85a1a68cc4 Update to 0.11
- now using Scalar::Util::blessed() instead of
      the convoluted UNIVERSAL::isa() stuff.
  - added Scalar::Util as a dependency

PR:		ports/74120
Submitted by:	maintainer
2004-11-22 23:10:40 +00:00

32 lines
748 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.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tree
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= A set of classes for viewing Tree::Simple hierarchies
BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 Tree::Simple::View::HTML.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "This port requires perl 5.6 or above."
.endif
.include <bsd.port.post.mk>