mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# 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>
|