diff options
author | lth <lth@FreeBSD.org> | 2008-04-22 19:45:14 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2008-04-22 19:45:14 +0800 |
commit | 509b8beb1417ffb05d16646e43200b00ac34bd26 (patch) | |
tree | f10712c8caf3d91d2c92db896fbbb20289782c63 | |
parent | fbf6bfdaa72d8e005ec7b324b4757019c4aac222 (diff) | |
download | freebsd-ports-gnome-509b8beb1417ffb05d16646e43200b00ac34bd26.tar.gz freebsd-ports-gnome-509b8beb1417ffb05d16646e43200b00ac34bd26.tar.zst freebsd-ports-gnome-509b8beb1417ffb05d16646e43200b00ac34bd26.zip |
Add p5-Directory-Scratch-Structured 0.03, creates temporary files and
directories from a structured description.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch-Structured/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch-Structured/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch-Structured/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch-Structured/pkg-plist | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 550a0fcdfccd..ff941b6820e2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1209,6 +1209,7 @@ SUBDIR += p5-Digest-TransformPath SUBDIR += p5-Dir-Project SUBDIR += p5-Directory-Scratch + SUBDIR += p5-Directory-Scratch-Structured SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Errno diff --git a/devel/p5-Directory-Scratch-Structured/Makefile b/devel/p5-Directory-Scratch-Structured/Makefile new file mode 100644 index 000000000000..004fefb1fb97 --- /dev/null +++ b/devel/p5-Directory-Scratch-Structured/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: devel/p5-Directory-Scratch-Structured +# Date created: 22 April 2008 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Directory-Scratch-Structured +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Creates temporary files and directories from a structured description + +PERL_MODBUILD= yes + +MAN3= Directory::Scratch::Structured.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Directory-Scratch-Structured/distinfo b/devel/p5-Directory-Scratch-Structured/distinfo new file mode 100644 index 000000000000..10c3023287b9 --- /dev/null +++ b/devel/p5-Directory-Scratch-Structured/distinfo @@ -0,0 +1,3 @@ +MD5 (Directory-Scratch-Structured-0.03.tar.gz) = f42c759eb3a8e2d9eb6e07379c25655a +SHA256 (Directory-Scratch-Structured-0.03.tar.gz) = 3229e443adb6ba67a0c76668f47e24c89fcfdb786c20e6ac3d326d48bb5b0497 +SIZE (Directory-Scratch-Structured-0.03.tar.gz) = 6159 diff --git a/devel/p5-Directory-Scratch-Structured/pkg-descr b/devel/p5-Directory-Scratch-Structured/pkg-descr new file mode 100644 index 000000000000..8c7468ef2a6c --- /dev/null +++ b/devel/p5-Directory-Scratch-Structured/pkg-descr @@ -0,0 +1,4 @@ +This module adds a create_structured_tree subroutine to the +Directory::Scratch. + +WWW: http://search.cpan.org/dist/Directory-Scratch-Structured/ diff --git a/devel/p5-Directory-Scratch-Structured/pkg-plist b/devel/p5-Directory-Scratch-Structured/pkg-plist new file mode 100644 index 000000000000..040c68e9de76 --- /dev/null +++ b/devel/p5-Directory-Scratch-Structured/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Directory/Scratch/Structured.pm +@dirrmtry %%SITE_PERL%%/Directory/Scratch +@dirrmtry %%SITE_PERL%%/Directory |