mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
6d94fd8e00
Approved by: portmgr (blanket infrastructure)
17 lines
288 B
Makefile
17 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>
|