freebsd-ports/net/p5-XML-Fast/Makefile
Andrej Zverev 3779b5222a - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 10:32:23 +00:00

22 lines
389 B
Makefile

# New ports collection makefile for: p5-XML-Fast
# Date created: 2012-02-04
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-Fast
PORTVERSION= 0.11
CATEGORIES= net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dhn@FreeBSD.org
COMMENT= Simple and very fast XML to hash conversion
USES= perl5
USE_PERL5= configure
MAN3= XML::Fast.3
.include <bsd.port.mk>