mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8e96d2e10c
- Pass maintainership to submitter PR: 131586 Submitted by: Wen Heping <wenheping@gmail.com>
35 lines
980 B
Makefile
35 lines
980 B
Makefile
# New ports collection makefile for: Algorithm-Dependency
|
|
# Date created: 20 Nov 2005
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Algorithm-Dependency
|
|
PORTVERSION= 1.108
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Base class for implementing various dependency trees
|
|
|
|
RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI \
|
|
p5-PathTools>=3.29:${PORTSDIR}/devel/p5-PathTools \
|
|
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
MAN3= Algorithm::Dependency.3 \
|
|
Algorithm::Dependency::Item.3 \
|
|
Algorithm::Dependency::Ordered.3 \
|
|
Algorithm::Dependency::Source.3 \
|
|
Algorithm::Dependency::Source::File.3 \
|
|
Algorithm::Dependency::Source::HoA.3 \
|
|
Algorithm::Dependency::Source::Invert.3 \
|
|
Algorithm::Dependency::Weight.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|