freebsd-ports/devel/p5-ZML/Makefile
Ion-Mihai Tetcu b9240d0868 Update to 0.5.2:
Previously undefined metas, comments, or variables would cause it to
 error. Undefined ones are now set to '' before writing.

PR:		ports/131788
Submitted by:	maintainer
2009-02-18 12:55:18 +00:00

23 lines
466 B
Makefile

# 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.5.2
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>