efb86db922
fine here. Changes: https://metacpan.org/source/RSAVAGE/Tree-DAG_Node-1.26/Changes
28 lines
647 B
Makefile
28 lines
647 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tree-DAG_Node
|
|
PORTVERSION= 1.26
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Super class for representing nodes in a tree
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-File-Slurp-Tiny>=0.003:${PORTSDIR}/devel/p5-File-Slurp-Tiny
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501800
|
|
BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
|
|
RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|