freebsd-ports/textproc/p5-POSIX-Regex/Makefile
Martin Wilke 23d3d1b0ec - Update to 1.0001
PR:		133096
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-27 22:09:29 +00:00

23 lines
447 B
Makefile

# New ports collection makefile for: p5-POSIX-Regex
# Date created: 2006-08-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= POSIX-Regex
PORTVERSION= 1.0001
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OO interface for the gnu regex engine
RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
PERL_CONFIGURE= yes
MAN3= POSIX::Regex.3
.include <bsd.port.mk>