diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-31 05:46:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-31 05:46:48 +0800 |
commit | 4d4bb3f56febd340997327ae1e64d7d522d380eb (patch) | |
tree | 8a524e0fc4502f73f602e3a8b07bc6496980ed48 /devel/p5-ZML | |
parent | c6ff902c48a5a81259a44553ada3d41b39bd22b3 (diff) | |
download | freebsd-ports-gnome-4d4bb3f56febd340997327ae1e64d7d522d380eb.tar.gz freebsd-ports-gnome-4d4bb3f56febd340997327ae1e64d7d522d380eb.tar.zst freebsd-ports-gnome-4d4bb3f56febd340997327ae1e64d7d522d380eb.zip |
A simple, fast, and easy to read binary data storage format.
It allows for comments and meta data as well.
WWW: http://search.cpan.org/~vvelox/ZML-0.5.1/
PR: ports/123620
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Diffstat (limited to 'devel/p5-ZML')
-rw-r--r-- | devel/p5-ZML/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-ZML/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-ZML/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-ZML/pkg-plist | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-ZML/Makefile b/devel/p5-ZML/Makefile new file mode 100644 index 000000000000..9df670f52a8d --- /dev/null +++ b/devel/p5-ZML/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: devel/p5-ZML +# Date created: 2008-05-12 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= ZML +PORTVERSION= 0.2.0 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- +DISTNAME= ZML-${PORTVERSION} + +MAINTAINER= vvelox@vvelox.net +COMMENT= A simple, fast, and easy to read binary data storage format + +PERL_CONFIGURE= yes + +MAN3= ZML.3 + +.include <bsd.port.mk> diff --git a/devel/p5-ZML/distinfo b/devel/p5-ZML/distinfo new file mode 100644 index 000000000000..57606b4d23ab --- /dev/null +++ b/devel/p5-ZML/distinfo @@ -0,0 +1,3 @@ +MD5 (ZML-0.2.0.tar.gz) = f1f46d87d49264e20056667117c4afbf +SHA256 (ZML-0.2.0.tar.gz) = c111c4f05f02748bb2a6abdecbb3ad55790693811f85c4a751155c3e1f0f0b67 +SIZE (ZML-0.2.0.tar.gz) = 7350 diff --git a/devel/p5-ZML/pkg-descr b/devel/p5-ZML/pkg-descr new file mode 100644 index 000000000000..c2bee81ff5d1 --- /dev/null +++ b/devel/p5-ZML/pkg-descr @@ -0,0 +1,4 @@ +A simple, fast, and easy to read binary data storage format. +It allows for comments and meta data as well. + +WWW: http://search.cpan.org/~vvelox/ZML-0.5.1/ diff --git a/devel/p5-ZML/pkg-plist b/devel/p5-ZML/pkg-plist new file mode 100644 index 000000000000..68f1a94dc623 --- /dev/null +++ b/devel/p5-ZML/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/ZML.pm +%%SITE_PERL%%/mach/auto/ZML/.packlist +@dirrm %%SITE_PERL%%/mach/auto/ZML |