freebsd-ports/textproc/p5-XML-RegExp/Makefile
Sergey Skvortsov 7219c6847f fix MAINTAINER
2002-07-06 16:43:34 +00:00

22 lines
428 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.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::RegExp.3
.include <bsd.port.mk>