diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-03-17 01:00:39 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-03-17 01:00:39 +0800 |
commit | 3e3251b5292612667a84613f006784282ee0bdc0 (patch) | |
tree | 514b9cd088517ca2bf633dbe87485694a0eba204 /devel | |
parent | 34d10f88e01ab5da2e9504f9c8fe24fc928ded4c (diff) | |
download | freebsd-ports-gnome-3e3251b5292612667a84613f006784282ee0bdc0.tar.gz freebsd-ports-gnome-3e3251b5292612667a84613f006784282ee0bdc0.tar.zst freebsd-ports-gnome-3e3251b5292612667a84613f006784282ee0bdc0.zip |
Add p5-Data-Hierarchy 0.15, handle data in a hierarchical structure.
PR: ports/64292
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Data-Hierarchy/pkg-plist | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 077be4524bd3..f222632bf0c6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -621,6 +621,7 @@ SUBDIR += p5-Data-Flow SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-Hexdumper + SUBDIR += p5-Data-Hierarchy SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-ShowTable diff --git a/devel/p5-Data-Hierarchy/Makefile b/devel/p5-Data-Hierarchy/Makefile new file mode 100644 index 000000000000..536abed4787d --- /dev/null +++ b/devel/p5-Data-Hierarchy/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Data-Hierarchy +# Date created: Mar 15 2004 +# Whom: Autrijus Tang <autrijus@autrijus.org> +# +# $FreeBSD$ +# + +PORTNAME= Data-Hierarchy +PORTVERSION= 0.15 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO +PKGNAMEPREFIX= p5- + +MAINTAINER= autrijus@autrijus.org +COMMENT= Handle data in a hierarchical structure + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Data::Hierarchy.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Hierarchy/distinfo b/devel/p5-Data-Hierarchy/distinfo new file mode 100644 index 000000000000..bc2ce0c93305 --- /dev/null +++ b/devel/p5-Data-Hierarchy/distinfo @@ -0,0 +1 @@ +MD5 (Data-Hierarchy-0.15.tar.gz) = f0a2b4e9d60c48783e105a18e250815a diff --git a/devel/p5-Data-Hierarchy/pkg-descr b/devel/p5-Data-Hierarchy/pkg-descr new file mode 100644 index 000000000000..ebca8616b693 --- /dev/null +++ b/devel/p5-Data-Hierarchy/pkg-descr @@ -0,0 +1,2 @@ +Data::Hierarchy provides a simple interface for manipulating inheritable +data attached to a hierarchical environment (like filesystem). diff --git a/devel/p5-Data-Hierarchy/pkg-plist b/devel/p5-Data-Hierarchy/pkg-plist new file mode 100644 index 000000000000..9ace0d111141 --- /dev/null +++ b/devel/p5-Data-Hierarchy/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Data/Hierarchy.pm +@dirrm %%SITE_PERL%%/Data +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true |