mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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>
This commit is contained in:
parent
9d6436b9bb
commit
cc6c284eda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213982
@ -1789,6 +1789,7 @@
|
||||
SUBDIR += p5-Workflow
|
||||
SUBDIR += p5-XSLoader
|
||||
SUBDIR += p5-Yada-Yada-Yada
|
||||
SUBDIR += p5-ZML
|
||||
SUBDIR += p5-accessors
|
||||
SUBDIR += p5-aliased
|
||||
SUBDIR += p5-base
|
||||
|
23
devel/p5-ZML/Makefile
Normal file
23
devel/p5-ZML/Makefile
Normal file
@ -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>
|
3
devel/p5-ZML/distinfo
Normal file
3
devel/p5-ZML/distinfo
Normal file
@ -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
|
4
devel/p5-ZML/pkg-descr
Normal file
4
devel/p5-ZML/pkg-descr
Normal file
@ -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/
|
3
devel/p5-ZML/pkg-plist
Normal file
3
devel/p5-ZML/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/ZML.pm
|
||||
%%SITE_PERL%%/mach/auto/ZML/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/ZML
|
Loading…
Reference in New Issue
Block a user