mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Adding port devel/p5-Algorithm-Dependency-Objects, An implementation of an
Object Dependency Algorithm. Approved by: tobez (implicit)
This commit is contained in:
parent
edef6ae8a7
commit
a67911a355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166007
@ -721,6 +721,7 @@
|
||||
SUBDIR += p5-Algorithm-ChooseSubsets
|
||||
SUBDIR += p5-Algorithm-Cluster
|
||||
SUBDIR += p5-Algorithm-Dependency
|
||||
SUBDIR += p5-Algorithm-Dependency-Objects
|
||||
SUBDIR += p5-Algorithm-Diff
|
||||
SUBDIR += p5-Algorithm-Evolutionary
|
||||
SUBDIR += p5-Algorithm-Interval2Prefix
|
||||
|
34
devel/p5-Algorithm-Dependency-Objects/Makefile
Normal file
34
devel/p5-Algorithm-Dependency-Objects/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: p5-Algorithm-Dependency-Objects
|
||||
# Date created: 21 Jun 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Dependency-Objects
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Algorithm
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= An implementation of an Object Dependency Algorithm
|
||||
|
||||
BUILD_DEPENDS= p5-Scalar-List-Utils>1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-Set-Object>0:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Algorithm::Dependency::Objects.3 \
|
||||
Algorithm::Dependency::Objects::Ordered.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # inherited from p5-Set-Object
|
||||
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Algorithm-Dependency-Objects/distinfo
Normal file
3
devel/p5-Algorithm-Dependency-Objects/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Algorithm-Dependency-Objects-0.02.tar.gz) = e16ee70a74a3f8e7400fa94318fede7d
|
||||
SHA256 (Algorithm-Dependency-Objects-0.02.tar.gz) = ac236ce08e5e270787cd523713a51faf3088dff20c183bdfa3e1a4f537a59123
|
||||
SIZE (Algorithm-Dependency-Objects-0.02.tar.gz) = 4977
|
5
devel/p5-Algorithm-Dependency-Objects/pkg-descr
Normal file
5
devel/p5-Algorithm-Dependency-Objects/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This modules is a re-implementation of Algorithm::Dependency using only
|
||||
objects instead of object ids, making use of Set::Object for book-keeping.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Dependency-Objects
|
||||
Author: Yuval Kogman & Stevan Little
|
9
devel/p5-Algorithm-Dependency-Objects/pkg-plist
Normal file
9
devel/p5-Algorithm-Dependency-Objects/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Objects.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Objects/Ordered.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency/Objects/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency/Objects
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrm %%SITE_PERL%%/Algorithm/Dependency/Objects
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm/Dependency
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
Loading…
Reference in New Issue
Block a user