aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RegExp/Makefile
blob: 527d09a14de6d20862e091d2789ed48ebcc83c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	XML::RegExp
# Date created:		7 Dec 2001
# Whom:			Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	XML-RegExp
PORTVERSION=	0.04
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Regular expressions for XML tokens

PERL_CONFIGURE=	yes

MAN3=		XML::RegExp.3

.include <bsd.port.mk>