aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX-Base/Makefile
blob: 31d1c799bc83c64c2a482834a34f2e66118cae75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	XML::SAX::Base
# Date created:				25 Jan 2002
# Whom:					Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=	XML-SAX-Base
PORTVERSION=	1.04
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
#MASTER_SITE_SUBDIR=	XML
MASTER_SITE_SUBDIR=	../by-authors/id/K/KH/KHAMPTON
PKGNAMEPREFIX=	p5-

MAINTAINER=	svenasse@polaris.ca
COMMENT=	Base class SAX Drivers and Filters

PERL_CONFIGURE=	yes

MAN3=		XML::SAX::Exception.3 \
		XML::SAX::Base.3

.include <bsd.port.mk>