2006-09-26 08:18:26 +00:00
|
|
|
# New ports collection makefile for: p5-POSIX-Regex
|
|
|
|
# Date created: 2006-08-19
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POSIX-Regex
|
2009-03-27 22:09:29 +00:00
|
|
|
PORTVERSION= 1.0001
|
2006-09-26 08:18:26 +00:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-26 08:18:26 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-05-26 08:42:43 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-09-26 08:18:26 +00:00
|
|
|
COMMENT= OO interface for the gnu regex engine
|
|
|
|
|
2008-08-06 21:24:33 +00:00
|
|
|
RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
|
2006-09-26 08:18:26 +00:00
|
|
|
|
2009-03-27 22:09:29 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2006-09-26 08:18:26 +00:00
|
|
|
|
2008-08-06 21:24:33 +00:00
|
|
|
MAN3= POSIX::Regex.3
|
2006-09-26 08:18:26 +00:00
|
|
|
|
2008-08-06 21:24:33 +00:00
|
|
|
.include <bsd.port.mk>
|