b9240d0868
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
23 lines
466 B
Makefile
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>
|