2003-06-11 10:44:09 +02:00
|
|
|
# New ports collection makefile for: p5-YAPE-Regex
|
|
|
|
# Date created: 3 juin 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= YAPE-Regex
|
2011-03-25 07:56:54 +01:00
|
|
|
PORTVERSION= 4.00
|
2003-06-11 10:44:09 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-03-25 07:56:54 +01:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:GSULLIVAN
|
2003-06-11 10:44:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-06-11 10:44:09 +02:00
|
|
|
COMMENT= Yet Another Parser/Extractor for Regular Expressions
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= YAPE::Regex.3 YAPE::Regex::Element.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|