1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/p5-POSIX-Regex/Makefile

24 lines
447 B
Makefile
Raw Normal View History

# 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
2008-08-06 21:24:33 +00:00
RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
PERL_CONFIGURE= yes
2008-08-06 21:24:33 +00:00
MAN3= POSIX::Regex.3
2008-08-06 21:24:33 +00:00
.include <bsd.port.mk>