2001-11-25 15:27:47 +01:00
|
|
|
# New ports collection makefile for: devel/p5-Regexp-Common
|
|
|
|
# Date created: 25 November 2001
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Regexp-Common
|
2011-12-14 14:31:39 +01:00
|
|
|
PORTVERSION= 2011121001
|
2001-11-25 15:27:47 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-11-25 15:27:47 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-06 00:18:31 +01:00
|
|
|
COMMENT= Regexp::Common - Provide commonly requested regular expressions
|
2001-11-25 15:27:47 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2003-03-06 00:18:31 +01:00
|
|
|
MAN3= \
|
|
|
|
Regexp::Common.3 \
|
2004-12-16 12:37:12 +01:00
|
|
|
Regexp::Common::CC.3 \
|
2004-07-02 09:58:22 +02:00
|
|
|
Regexp::Common::SEN.3 \
|
2002-08-06 12:45:48 +02:00
|
|
|
Regexp::Common::URI.3 \
|
2003-03-06 00:18:31 +01:00
|
|
|
Regexp::Common::URI::RFC1035.3 \
|
|
|
|
Regexp::Common::URI::RFC1738.3 \
|
|
|
|
Regexp::Common::URI::RFC1808.3 \
|
2003-05-19 08:14:54 +02:00
|
|
|
Regexp::Common::URI::RFC2384.3 \
|
2003-03-06 00:18:31 +01:00
|
|
|
Regexp::Common::URI::RFC2396.3 \
|
|
|
|
Regexp::Common::URI::RFC2806.3 \
|
|
|
|
Regexp::Common::URI::fax.3 \
|
|
|
|
Regexp::Common::URI::file.3 \
|
|
|
|
Regexp::Common::URI::ftp.3 \
|
|
|
|
Regexp::Common::URI::gopher.3 \
|
|
|
|
Regexp::Common::URI::http.3 \
|
|
|
|
Regexp::Common::URI::news.3 \
|
2003-05-19 08:14:54 +02:00
|
|
|
Regexp::Common::URI::pop.3 \
|
|
|
|
Regexp::Common::URI::prospero.3 \
|
2003-03-06 00:18:31 +01:00
|
|
|
Regexp::Common::URI::tel.3 \
|
|
|
|
Regexp::Common::URI::telnet.3 \
|
|
|
|
Regexp::Common::URI::tv.3 \
|
2003-05-19 08:14:54 +02:00
|
|
|
Regexp::Common::URI::wais.3 \
|
2004-12-16 12:37:12 +01:00
|
|
|
Regexp::Common::_support.3 \
|
2002-08-01 13:05:41 +02:00
|
|
|
Regexp::Common::balanced.3 \
|
|
|
|
Regexp::Common::comment.3 \
|
|
|
|
Regexp::Common::delimited.3 \
|
2003-03-06 00:18:31 +01:00
|
|
|
Regexp::Common::lingua.3 \
|
2002-08-01 13:05:41 +02:00
|
|
|
Regexp::Common::list.3 \
|
|
|
|
Regexp::Common::net.3 \
|
|
|
|
Regexp::Common::number.3 \
|
|
|
|
Regexp::Common::profanity.3 \
|
2003-03-06 00:18:31 +01:00
|
|
|
Regexp::Common::whitespace.3 \
|
|
|
|
Regexp::Common::zip.3
|
2001-11-25 15:27:47 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|