aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-RegExp/Makefile
blob: aae9870fbf0ece9880ef69a091c189addcc5b351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: 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

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>