aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-NamespaceSupport/Makefile
blob: 5d43b53542aaa388a6afc94f428eec2555f0108e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	XML-NamespaceSupport
PORTVERSION=	1.11
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple generic namespace support class

PERL_CONFIGURE=	yes

MAN3=		XML::NamespaceSupport.3

.include <bsd.port.mk>