6d94fd8e00
Approved by: portmgr (blanket infrastructure)
16 lines
288 B
Makefile
16 lines
288 B
Makefile
# Created by: 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 fast XML to hash conversion
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|