aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser-Style-Elemental/Makefile
blob: b2409d8a6d4c35cfe5c947ac0f75abe4478ebd61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: arved

PORTNAME=	XML-Parser-Style-Elemental
PORTVERSION=	0.50
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:TIMA
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	More advanced and flexible object tree style for XML::Parser

LICENSE=	ART10

BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>