COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
19 lines
321 B
Makefile
19 lines
321 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
|
|
|
|
MAN3= XML::Fast.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|