View | Details | Raw Unified | Return to bug 199001
Collapse All | Expand All

(-)textproc/p5-XML-Parser-Lite/Makefile (-3 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/textproc/p5-XML-Parser-Lite/Makefile 382448 2015-03-28 04:18:52Z wen $
2
# $FreeBSD: head/textproc/p5-XML-Parser-Lite/Makefile 382448 2015-03-28 04:18:52Z wen $
3
3
4
PORTNAME=	XML-Parser-Lite
4
PORTNAME=	XML-Parser-Lite
5
PORTVERSION=	0.72
5
PORTVERSION=	0.720
6
CATEGORIES=	textproc perl5
6
CATEGORIES=	textproc perl5
7
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
9
DISTNAME=	${PORTNAME}-0.72
9
10
10
MAINTAINER=	svysh.fbsd@gmail.com
11
MAINTAINER=	svysh.fbsd@gmail.com
11
COMMENT=	Lightweight regexp-based XML parser
12
COMMENT=	Lightweight regexp-based XML parser
Lines 16-21 Link Here
16
USES=		perl5
17
USES=		perl5
17
USE_PERL5=	configure
18
USE_PERL5=	configure
18
19
19
#pre-install:	test
20
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>

Return to bug 199001