freebsd-ports/net/p5-XML-Fast/Makefile
Eitan Adler 1e443545d0 The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
2013-10-31 04:17:29 +00:00

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>