aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Regexp-Common/Makefile
blob: 81407d84cdab15e331b0239931ac6d299afa9801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Regexp-Common
PORTVERSION=    2013031301
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Regexp::Common - Provide commonly requested regular expressions

USES=       perl5
USE_PERL5=  configure

MAN3=       \
        Regexp::Common.3 \
        Regexp::Common::CC.3 \
        Regexp::Common::SEN.3 \
        Regexp::Common::URI.3 \
        Regexp::Common::URI::RFC1035.3 \
        Regexp::Common::URI::RFC1738.3 \
        Regexp::Common::URI::RFC1808.3 \
        Regexp::Common::URI::RFC2384.3 \
        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 \
        Regexp::Common::URI::pop.3 \
        Regexp::Common::URI::prospero.3 \
        Regexp::Common::URI::tel.3 \
        Regexp::Common::URI::telnet.3 \
        Regexp::Common::URI::tv.3 \
        Regexp::Common::URI::wais.3 \
        Regexp::Common::_support.3 \
        Regexp::Common::balanced.3 \
        Regexp::Common::comment.3 \
        Regexp::Common::delimited.3 \
        Regexp::Common::lingua.3 \
        Regexp::Common::list.3 \
        Regexp::Common::net.3 \
        Regexp::Common::number.3 \
        Regexp::Common::profanity.3 \
        Regexp::Common::whitespace.3 \
        Regexp::Common::zip.3

.include <bsd.port.mk>